[phpmyadmin/phpmyadmin] 1ca19f: Replaced deprecated jQuery calls.

Branch: refs/heads/fix_13166 Home: https://github.com/phpmyadmin/phpmyadmin Commit: 1ca19f0ac111aad9faf8853270d042e4243487fa https://github.com/phpmyadmin/phpmyadmin/commit/1ca19f0ac111aad9faf8853270d0... Author: Dan Ungureanu <udan1107@gmail.com> Date: 2017-04-10 (Mon, 10 Apr 2017) Changed paths: M js/ajax.js M js/config.js M js/console.js M js/db_central_columns.js M js/db_search.js M js/db_structure.js M js/export.js M js/functions.js M js/import.js M js/makegrid.js M js/menu-resizer.js M js/navigation.js M js/normalization.js M js/page_settings.js M js/pmd/history.js M js/pmd/init.js M js/pmd/move.js M js/replication.js M js/server_databases.js M js/server_privileges.js M js/server_status_advisor.js M js/server_status_monitor.js M js/server_status_variables.js M js/server_variables.js M js/sql.js M js/tbl_change.js M js/tbl_chart.js M js/tbl_find_replace.js M js/tbl_gis_visualization.js M js/tbl_select.js M js/tbl_zoom_plot_jqplot.js Log Message: ----------- Replaced deprecated jQuery calls. 'bind' and 'unbind', 'delegate' and 'undelegate' have been deprecated in favor of 'on' and 'off'. Partially fixes #13166. Signed-off-by: Dan Ungureanu <udan1107@gmail.com>
participants (1)
-
Dan Ungureanu