ukko: post filters and reporting
This commit is contained in:
parent
bb9aaad899
commit
ccc9cff23d
@ -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;
|
||||
|
||||
|
@ -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';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user