Browse Source

ukko: post filters and reporting

pull/47/head^2
czaks 8 years ago
parent
commit
ccc9cff23d
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      js/fix-report-delete-submit.js
  2. +1
    -1
      js/post-filter.js

+ 1
- 1
js/fix-report-delete-submit.js 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;


+ 1
- 1
js/post-filter.js 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';


Loading…
Cancel
Save