aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/dialog/form.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/visual/dialog/form.html')
-rw-r--r--tests/visual/dialog/form.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/visual/dialog/form.html b/tests/visual/dialog/form.html
index eab41cdbe..42d40f1f4 100644
--- a/tests/visual/dialog/form.html
+++ b/tests/visual/dialog/form.html
@@ -23,11 +23,11 @@
modal: true
});
- $( "#open-form" ).click(function() {
+ $( "#open-form" ).on( "click", function() {
$( "#form-dialog" ).dialog( "open" );
});
- $( "#open-prompt" ).click(function() {
+ $( "#open-prompt" ).on( "click", function() {
$( "#prompt-dialog" ).dialog( "open" );
});
});