projects
/
fa-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bb6535
)
[0004577] Ajax confirmation dialog ignored user answer in Sales Order cancelation.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Sun, 26 Aug 2018 12:57:02 +0000
(14:57 +0200)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Sun, 26 Aug 2018 12:57:02 +0000
(14:57 +0200)
js/inserts.js
patch
|
blob
|
history
diff --git
a/js/inserts.js
b/js/inserts.js
index 17b71143b60187ac01455c2be1c0031b1f69d255..773fc8f4f7f1b8b8a37c82e20bbe1938cef19602 100644
(file)
--- a/
js/inserts.js
+++ b/
js/inserts.js
@@
-319,6
+319,7
@@
var inserts = {
}, 100);
return true;
}
+ return false;
},
e.onkeydown = function(ev) { // block unintentional page escape with 'history back' key pressed on buttons
ev = ev||window.event;