bugfix: quick reply link showing on index

This commit is contained in:
Michael Foster 2013-09-18 15:05:45 +10:00
parent 79874afbd0
commit ac41b61e71

View File

@ -390,6 +390,8 @@
if (settings.get('floating_link', false)) { if (settings.get('floating_link', false)) {
$(window).ready(function() { $(window).ready(function() {
if($('div.banner').length == 0)
return;
$('<style type="text/css">\ $('<style type="text/css">\
a.quick-reply-btn {\ a.quick-reply-btn {\
position: fixed;\ position: fixed;\