mirror of
https://github.com/vichan-devel/vichan.git
synced 2024-11-12 01:50:48 +01:00
bugfix: quick reply link showing on index
This commit is contained in:
parent
79874afbd0
commit
ac41b61e71
@ -390,6 +390,8 @@
|
||||
|
||||
if (settings.get('floating_link', false)) {
|
||||
$(window).ready(function() {
|
||||
if($('div.banner').length == 0)
|
||||
return;
|
||||
$('<style type="text/css">\
|
||||
a.quick-reply-btn {\
|
||||
position: fixed;\
|
||||
|
Loading…
Reference in New Issue
Block a user