From 45df73d4560dca675166cd7200c6be9dae41d3b0 Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 18 Sep 2014 17:06:15 -0700 Subject: add stylish_select to new_channel page - but comment out until we can theme it. It needs a bit of theming to even work correctly. --- view/php/theme_init.php | 1 + 1 file changed, 1 insertion(+) (limited to 'view/php/theme_init.php') diff --git a/view/php/theme_init.php b/view/php/theme_init.php index 36504ec54..ce576805a 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -33,6 +33,7 @@ head_add_js('library/cryptojs/components/core-min.js'); head_add_js('library/cryptojs/rollups/aes.js'); head_add_js('library/cryptojs/rollups/rabbit.js'); head_add_js('library/cryptojs/rollups/tripledes.js'); +head_add_js('library/stylish_select/jquery.stylish-select.js'); head_add_js('acl.js'); head_add_js('webtoolkit.base64.js'); head_add_js('main.js'); -- cgit v1.2.3