mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
N°3657 - Replace calls to deprecate jQuery methods (".bind" and ".unbind")
This commit is contained in:
@@ -2458,7 +2458,7 @@ EOF
|
||||
$("#wiz_form").data("installation_status", "completed");
|
||||
$('#progress').progression( {Current:100, Maximum: 100} );
|
||||
WizardUpdateButtons();
|
||||
$("#btn_next").unbind("click.install");
|
||||
$("#btn_next").off("click.install");
|
||||
$("#btn_next").click();
|
||||
EOF
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user