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:
735c0e9
)
Fix in selector onchange extension
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Thu, 19 Jun 2008 15:25:14 +0000
(15:25 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Thu, 19 Jun 2008 15:25:14 +0000
(15:25 +0000)
js/inserts.js
patch
|
blob
|
history
diff --git
a/js/inserts.js
b/js/inserts.js
index 33bff885f6bd22d0f6ed166aa2e68ca4f166ecc3..d85a9062eacdb8265ac5c5811c2042a0a1e96812 100644
(file)
--- a/
js/inserts.js
+++ b/
js/inserts.js
@@
-111,7
+111,7
@@
function _set_combo_select(e) {
}
e.onchange = function() {
var s = this;
-
+ this.setAttribute('_last', this.selectedIndex);
if(s.className=='combo')
_update_box(s);
if(s.selectedIndex>=0) {