diff --git a/js/quick-reply.js b/js/quick-reply.js index dc48a743..bc36ca48 100644 --- a/js/quick-reply.js +++ b/js/quick-reply.js @@ -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(); diff --git a/templates/index.html b/templates/index.html index 059abc5e..9dec93e0 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,8 +1,15 @@ - {% include 'header.html' %} + + {% if config.quick_reply %} + + {% endif %} + + {% include 'header.html' %} {{ board.url }} - {{ board.name }}