Conflicts:
	templates/index.html
This commit is contained in:
czaks 2013-06-15 00:08:11 -04:00
commit e53481f93e
2 changed files with 9 additions and 2 deletions

View file

@ -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();