diff options
Diffstat (limited to 'ui/tests/resizable.html')
-rw-r--r-- | ui/tests/resizable.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/tests/resizable.html b/ui/tests/resizable.html index b911a0767..ce2c9ce80 100644 --- a/ui/tests/resizable.html +++ b/ui/tests/resizable.html @@ -53,8 +53,7 @@ });*/ $('#key').keydown(function() { - alert('keydown') - //console.log('keydown') + console.log('keydown') }); }); |