projects
/
old-projects.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0eb037c
)
js bug
author
Pierre Habouzit
<madcoder@debian.org>
Wed, 10 Sep 2003 09:46:15 +0000
(09:46 +0000)
committer
Pierre Habouzit
<madcoder@debian.org>
Wed, 10 Sep 2003 09:46:15 +0000
(09:46 +0000)
philter/philter/philter.js
patch
|
blob
|
blame
|
history
diff --git
a/philter/philter/philter.js
b/philter/philter/philter.js
index
f8fda11
..
7ce229e
100644
(file)
--- a/
philter/philter/philter.js
+++ b/
philter/philter/philter.js
@@
-60,7
+60,7
@@
function order_up() {
function order_dn() {
form = document.forms['order'];
- select = getElement
['orderSelect']
;
+ select = getElement
('orderSelect')
;
if(select.selectedIndex>0 && select.selectedIndex<select.length-1) {
i = select.selectedIndex;