forked from leftypol/leftypol
Adds dependency: post-menu.
This commit is contained in:
parent
4f2b47fdd2
commit
8e77b1d9fd
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
/* Depends on post-menu.js
|
||||
* Usage:
|
||||
* $config['additional_javascript'][] = 'js/post-menu.js';
|
||||
* $config['additional_javascript'][] = 'js/post-filter.js';
|
||||
*/
|
||||
if (active_page === 'thread' || active_page === 'index' || active_page === 'catalog' || active_page === 'ukko') {
|
||||
$(document).on('menu_ready', function () {
|
||||
'use strict';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue