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:
2007cfc
)
Two smaller bugfixes.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Tue, 4 Nov 2008 12:23:39 +0000
(12:23 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Tue, 4 Nov 2008 12:23:39 +0000
(12:23 +0000)
js/inserts.js
patch
|
blob
|
history
diff --git
a/js/inserts.js
b/js/inserts.js
index f05a87723589cd8c98762f30f1bdf632a5e85c37..5e6774b26435577ad54fd3c3ed0390e64f5a210a 100644
(file)
--- a/
js/inserts.js
+++ b/
js/inserts.js
@@
-204,11
+204,12
@@
var inserts = {
e.style.display = 'block';
},
// '.ajaxsubmit,.editbutton,.navibutton': // much slower on IE7
- 'button.ajaxsubmit,
submit.ajaxsubmit,submit.editbutton,submit
.navibutton':
+ 'button.ajaxsubmit,
input.ajaxsubmit,input.editbutton,button
.navibutton':
function(e) {
e.onclick = function() {
if (this.getAttribute('aspect') == 'process')
progbar();
+ save_focus(this);
JsHttpRequest.request(this);
return false;
}