forked from leftypol/leftypol
Merge branch 'master' of https://github.com/savetheinternet/Tinyboard
Conflicts: inc/config.php inc/display.php inc/mod/pages.php js/catalog-link.js post.php templates/banned.html
This commit is contained in:
commit
fa9bf536c3
7 changed files with 29 additions and 30 deletions
|
@ -3,7 +3,7 @@
|
|||
function catalog() {
|
||||
var board = $("input[name='board']");
|
||||
|
||||
if (board.length>0) {
|
||||
if (board) {
|
||||
var catalog_url = 'catalog.html';
|
||||
var pages = document.getElementsByClassName('pages')[0];
|
||||
var bottom = document.getElementsByClassName('boardlist bottom')[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue