summaryrefslogtreecommitdiffstats
path: root/js/wwwsqldesigner.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/wwwsqldesigner.js')
-rw-r--r--js/wwwsqldesigner.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/js/wwwsqldesigner.js b/js/wwwsqldesigner.js
index 9ce3156..113ce84 100644
--- a/js/wwwsqldesigner.js
+++ b/js/wwwsqldesigner.js
@@ -1475,6 +1475,9 @@ SQL.IO.prototype.importresponse = function(data, code) {
SQL.IO.prototype.press = function(e) {
switch (e.keyCode) {
case 113:
+ if (OZ.opera) {
+ e.preventDefault();
+ }
this.quicksave(e);
break;
}