##// END OF EJS Templates
flash-filters: changed texts
marcink -
r987:d56114c0 default
parent child Browse files
Show More
@@ -72,7 +72,7 b''
72 72 <option value="ga">Google Analytics</option>
73 73 <option value="clicky">Clicky</option>
74 74 <option value="server_announce">${_('Server Announcement')}</option>
75 <option value="flash_filtering">${_('Example flash message filtering')}</option>
75 <option value="flash_filtering">${_('Flash message filtering')}</option>
76 76 </select>
77 77 </div>
78 78 <div style="padding: 10px 0px"></div>
@@ -203,7 +203,8 b''
203 203 <%text filter="h">
204 204 <script>
205 205 // This filters out some flash messages before they are presented to user
206 // based on their contents
206 // based on their contents. Could be used to filter out warnings/errors
207 // of license messages
207 208
208 209 var filteredMessages = [];
209 210 for(var i =0; i< alertMessagePayloads.length; i++){
General Comments 0
You need to be logged in to leave comments. Login now