mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-01-31 12:23:48 +01:00
Fix catalog board link appearing when it shouldnt
This commit is contained in:
parent
013ca134be
commit
37b75b065a
@ -3,7 +3,7 @@
|
||||
function catalog() {
|
||||
var board = $("input[name='board']");
|
||||
|
||||
if (board) {
|
||||
if (board===undefined) {
|
||||
var catalog_url = 'catalog.html';
|
||||
var pages = document.getElementsByClassName('pages')[0];
|
||||
var bottom = document.getElementsByClassName('boardlist bottom')[0]
|
||||
|
Loading…
x
Reference in New Issue
Block a user