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:
czaks 2013-08-11 09:50:33 -04:00
commit fa9bf536c3
7 changed files with 29 additions and 30 deletions

View file

@ -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]