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:
fde90a2
)
Added fallback flag for non-js mode only ui elements.
author
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Sun, 29 Jun 2008 21:16:17 +0000
(21:16 +0000)
committer
Janusz Dobrowolski
<janusz@frontaccounting.eu>
Sun, 29 Jun 2008 21:16:17 +0000
(21:16 +0000)
js/inserts.js
patch
|
blob
|
history
diff --git
a/js/inserts.js
b/js/inserts.js
index f078e717ef86d57af8c39853a5744dd2f0ec7e85..244792bc12391ac7e78149100cdfc853436fa631 100644
(file)
--- a/
js/inserts.js
+++ b/
js/inserts.js
@@
-153,7
+153,7
@@
var inserts = {
_set_combo_input(e);
}
},
- 'input.combo
_submit,input.combo_select,input.combo2
':
+ 'input.combo
2,input[fallback]
':
function(e) {
// this hides search button for js enabled browsers
e.style.display = 'none';