ukko: post filters and reporting

This commit is contained in:
czaks 2016-05-09 10:59:50 +02:00
parent bb9aaad899
commit ccc9cff23d
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
*
*/
if (active_page == 'thread' || active_page == 'index') {
if (active_page == 'thread' || active_page == 'index' || active_page == 'ukko') {
$(document).on('menu_ready', function(){
var Menu = window.Menu;

View File

@ -1,4 +1,4 @@
if (active_page === 'thread' || active_page === 'index' || active_page === 'catalog') {
if (active_page === 'thread' || active_page === 'index' || active_page === 'catalog' || active_page === 'ukko') {
$(document).on('menu_ready', function () {
'use strict';