mirror of
https://gitlab.com/mojo42/Jirafeau.git
synced 2025-01-29 10:38:00 +01:00
fix send button javascript
This commit is contained in:
parent
d2c8c72cbd
commit
4b1444392b
@ -144,6 +144,7 @@ if (!has_error () && $writable)
|
||||
<input type = "submit" id='send' value ="<?php echo t('Send'); ?>"
|
||||
onclick="
|
||||
document.getElementById('send').value='<?php echo t ('Uploading ...'); ?>';
|
||||
document.getElementById('send').submit ();
|
||||
document.getElementById('send').disabled='true';
|
||||
"/>
|
||||
</p><hr /><div id = "moreoptions"> <p><label><input type =
|
||||
|
Loading…
x
Reference in New Issue
Block a user