forked from leftypol/leftypol
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts: templates/index.html
This commit is contained in:
commit
e53481f93e
2 changed files with 9 additions and 2 deletions
|
@ -17,7 +17,7 @@ $(document).ready(function(){
|
|||
return; // not index
|
||||
|
||||
txt_new_topic = $('form[name=post] input[type=submit]').val();
|
||||
txt_new_reply = txt_new_topic == 'Submit' ? txt_new_topic : 'New Reply';
|
||||
txt_new_reply = txt_new_topic == 'Submit' ? txt_new_topic : new_reply_string;
|
||||
|
||||
undo_quick_reply = function() {
|
||||
$('div.banner').remove();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue