Changeset 1423:64d696f3fde4 for plugins
- Timestamp:
- 08/17/13 09:37:53 (12 years ago)
- Branch:
- default
- Location:
- plugins/antispam
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/antispam.js
r1130 r1423 6 6 $(this).css({'cursor':'auto'}); 7 7 }); 8 $('#filters- form').submit(function() {8 $('#filters-list-form').submit(function() { 9 9 var order=[]; 10 10 $("#filters-list tr td input.position").each(function() { -
plugins/antispam/index.php
r1358 r1423 178 178 # Filters 179 179 echo 180 '<form action="'.$p_url.'" method="post" id="filters- form">';180 '<form action="'.$p_url.'" method="post" id="filters-list-form">'; 181 181 182 182 if (!empty($_GET['upd'])) {
Note: See TracChangeset
for help on using the changeset viewer.