Changeset 2486945
- Timestamp:
- 03/04/2021 03:08:29 PM (5 years ago)
- Location:
- spam-byebye
- Files:
-
- 8 added
- 3 edited
-
tags/2.2.4 (added)
-
tags/2.2.4/config.default.php (added)
-
tags/2.2.4/readme.txt (added)
-
tags/2.2.4/screenshot-1.png (added)
-
tags/2.2.4/setup.js (added)
-
tags/2.2.4/setup.php (added)
-
tags/2.2.4/spam-bye2.php (added)
-
tags/2.2.4/uninstall.php (added)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/setup.js (modified) (4 diffs)
-
trunk/spam-bye2.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
spam-byebye/trunk/readme.txt
r2485985 r2486945 238 238 239 239 == Changelog == 240 = 2.2.4 = 241 * 設定画面のJSがまだ動いていない箇所があった問題を修正 242 240 243 = 2.2.3 = 241 244 * 設定画面のJSが動かなくなった問題を修正 -
spam-byebye/trunk/setup.js
r2485985 r2486945 46 46 }); 47 47 48 jQuery( '[class^="button spambye2DelColumn"]').on("click", function()48 jQuery(document).on('click', '[class^="button spambye2DelColumn"]', function() 49 49 { 50 50 var rows = jQuery('#spambye2CheckTable tbody').children().length / 2; … … 62 62 }); 63 63 64 jQuery( '[class^="button spambye2UpColumn"]').on("click", function()64 jQuery(document).on('click', '[class^="button spambye2UpColumn"]', function() 65 65 { 66 66 var myObj = jQuery(this).parent().parent(); … … 76 76 }); 77 77 78 jQuery( '[class^="button spambye2DownColumn"]').on("click", function()78 jQuery(document).on('click', '[class^="button spambye2DownColumn"]', function() 79 79 { 80 80 var myObj = jQuery(this).parent().parent(); … … 90 90 }); 91 91 92 jQuery( '[class^="postform spambye2ChangeColumn"]').on("change", function()92 jQuery(document).on('change', '[class^="postform spambye2ChangeColumn"]', function() 93 93 { 94 94 var myObj = jQuery(this).parent().parent(); -
spam-byebye/trunk/spam-bye2.php
r2485985 r2486945 5 5 Description: コメントスパム対策用プラグイン 6 6 Author: ohtan 7 Version: 2.2. 37 Version: 2.2.4 8 8 Author URI: http://cmf.ohtanz.com/ 9 9 License: GPL2
Note: See TracChangeset
for help on using the changeset viewer.