summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2010-01-11 09:41:24 +0100
committerYorhel <git@yorhel.nl>2010-01-11 09:41:24 +0100
commit322da93cc2e3dbba9fde39f9a42268f582c0d0fe (patch)
tree065a1f90edde8b82e1adae6a36d0e1e02253b2ad
parent0e7f85a23414f0ef634f31af639548eabcb68c03 (diff)
JS: Switched upload field and release selector in screenshot uploader
Makes more sense this way
-rw-r--r--data/script.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/script.js b/data/script.js
index 87bcb288..d2ed0d6f 100644
--- a/data/script.js
+++ b/data/script.js
@@ -1022,10 +1022,10 @@ function scrLast() {
tag('br', null),
mt('_vnedit_scr_imgnote'),
tag('br', null),
- tag('input', {name:'scr_upload', id:'scr_upload', type:'file', 'class':'text'}),
- tag('br', null),
rel,
tag('br', null),
+ tag('input', {name:'scr_upload', id:'scr_upload', type:'file', 'class':'text'}),
+ tag('br', null),
tag('input', {type:'button', value:mt('_vnedit_scr_addbut'), 'class':'submit', onclick:scrUpload})
)
));