mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-06 14:44:24 +01:00
bugfix: quick reply link showing on index
This commit is contained in:
parent
aaf28604ff
commit
dcc1376013
@ -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;\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user