# HG changeset patch # User Florian Zeitz # Date 1369666504 -7200 # Node ID 83f56d3a07f5c24a4578a76c9bc4a61ff982556c # Parent f15c25fff9cc080d92aa7ec1aa97c298925d5d6e mod_admin_web: Update to JQuery 1.10.0 diff -r f15c25fff9cc -r 83f56d3a07f5 mod_admin_web/admin_web/get_deps.sh --- a/mod_admin_web/admin_web/get_deps.sh Mon May 27 16:54:10 2013 +0200 +++ b/mod_admin_web/admin_web/get_deps.sh Mon May 27 16:55:04 2013 +0200 @@ -1,5 +1,5 @@ #!/bin/sh -JQUERY_VERSION="1.9.1" +JQUERY_VERSION="1.10.0" STROPHE_VERSION="1.0.2" BOOTSTRAP_VERSION="1.4.0" ADHOC_COMMITISH="87bfedccdb91e2ff7cfb165e989e5259c155b513" diff -r f15c25fff9cc -r 83f56d3a07f5 mod_admin_web/admin_web/www_files/index.html --- a/mod_admin_web/admin_web/www_files/index.html Mon May 27 16:54:10 2013 +0200 +++ b/mod_admin_web/admin_web/www_files/index.html Mon May 27 16:55:04 2013 +0200 @@ -7,7 +7,7 @@ - + diff -r f15c25fff9cc -r 83f56d3a07f5 mod_admin_web/admin_web/www_files/js/main.js --- a/mod_admin_web/admin_web/www_files/js/main.js Mon May 27 16:54:10 2013 +0200 +++ b/mod_admin_web/admin_web/www_files/js/main.js Mon May 27 16:55:04 2013 +0200 @@ -176,7 +176,7 @@ $("#log").toggle(); }); - $('#cred').bind('submit', function (event) { + $('#cred').on('submit', function (event) { var button = $('#connect').get(0); var jid = $('#jid'); var pass = $('#pass'); @@ -199,7 +199,7 @@ $(tab).fadeIn('fast'); }); - $('#host').bind('change', function (event) { + $('#host').on('change', function (event) { connection.send($iq({to: adminsubHost, type: 'set', id: connection.getUniqueId()}).c('adminsub', {xmlns: Strophe.NS.ADMINSUB}) .c('unsubscribe', {node: Strophe.NS.C2SSTREAM})); connection.send($iq({to: adminsubHost, type: 'set', id: connection.getUniqueId()}).c('adminsub', {xmlns: Strophe.NS.ADMINSUB})