Plugin Directory

Changeset 2486945


Ignore:
Timestamp:
03/04/2021 03:08:29 PM (5 years ago)
Author:
ohtan
Message:

up to 2.2.4

Location:
spam-byebye
Files:
8 added
3 edited

Legend:

Unmodified
Added
Removed
  • spam-byebye/trunk/readme.txt

    r2485985 r2486945  
    238238
    239239== Changelog ==
     240= 2.2.4 =
     241* 設定画面のJSがまだ動いていない箇所があった問題を修正
     242
    240243= 2.2.3 =
    241244* 設定画面のJSが動かなくなった問題を修正
  • spam-byebye/trunk/setup.js

    r2485985 r2486945  
    4646    });
    4747
    48     jQuery('[class^="button spambye2DelColumn"]').on("click", function()
     48    jQuery(document).on('click', '[class^="button spambye2DelColumn"]', function()
    4949    {
    5050        var rows = jQuery('#spambye2CheckTable tbody').children().length / 2;
     
    6262    });
    6363
    64     jQuery('[class^="button spambye2UpColumn"]').on("click", function()
     64    jQuery(document).on('click', '[class^="button spambye2UpColumn"]', function()
    6565    {
    6666        var myObj  = jQuery(this).parent().parent();
     
    7676    });
    7777
    78     jQuery('[class^="button spambye2DownColumn"]').on("click", function()
     78    jQuery(document).on('click', '[class^="button spambye2DownColumn"]', function()
    7979    {
    8080        var myObj  = jQuery(this).parent().parent();
     
    9090    });
    9191
    92     jQuery('[class^="postform spambye2ChangeColumn"]').on("change", function()
     92    jQuery(document).on('change', '[class^="postform spambye2ChangeColumn"]', function()
    9393    {
    9494        var myObj   = jQuery(this).parent().parent();
  • spam-byebye/trunk/spam-bye2.php

    r2485985 r2486945  
    55Description: コメントスパム対策用プラグイン
    66Author: ohtan
    7 Version: 2.2.3
     7Version: 2.2.4
    88Author URI: http://cmf.ohtanz.com/
    99License: GPL2
Note: See TracChangeset for help on using the changeset viewer.