Huji has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/374037 )

Change subject: Migrate from .bind() to .on()
......................................................................

Migrate from .bind() to .on()

This is to comply with the jQuery upgrade

Change-Id: I69b5fd8b0c60ff711e94ea0fadef71036a2e72c2
---
M modules/ext.checkuser.cidr.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CheckUser 
refs/changes/37/374037/1

diff --git a/modules/ext.checkuser.cidr.js b/modules/ext.checkuser.cidr.js
index 55a3448..f07bfd1 100644
--- a/modules/ext.checkuser.cidr.js
+++ b/modules/ext.checkuser.cidr.js
@@ -252,7 +252,7 @@
 
 $( function () {
        updateCIDRresult();
-       $( '#mw-checkuser-iplist' ).bind( 'keyup click', function () {
+       $( '#mw-checkuser-iplist' ).on( 'keyup click', function () {
                updateCIDRresult();
        } );
 } );

-- 
To view, visit https://gerrit.wikimedia.org/r/374037
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I69b5fd8b0c60ff711e94ea0fadef71036a2e72c2
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CheckUser
Gerrit-Branch: master
Gerrit-Owner: Huji <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to