1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-17 19:29:28 +01:00

Update quick-post-controls.js

This commit is contained in:
Lineark 2014-09-24 21:28:13 -04:00 committed by 8chan
parent f1b3ebcd03
commit 0aec07c4ac

View File

@ -36,7 +36,7 @@ $(document).ready(function(){
'[<input title="Global Report" type="checkbox" name="global" id="global_report" />' +
'<label for="global_report" title="Report rule violation (CP, etc) to global staff">Global</label>' +
']<input type="submit" name="report" value="Report" />' +
']<input type="submit" name="report" value="Report" /> ' +
'<label for="reason_' + id + '">'+_('Reason')+'</label>: ' +
'<input id="reason_' + id + '" type="text" name="reason" size="20" maxlength="100">' +