Fixes #59 by making quick-reply.js agnostic to the value of $config['button_reply'].
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user