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/js/mod_new_channel.js | 1 + view/php/theme_init.php | 1 + 2 files changed, 2 insertions(+) (limited to 'view') diff --git a/view/js/mod_new_channel.js b/view/js/mod_new_channel.js index 882da940e..492267ff9 100644 --- a/view/js/mod_new_channel.js +++ b/view/js/mod_new_channel.js @@ -1,4 +1,5 @@ $(document).ready(function() { +// $("#privacy-role-select").sSelect(); $("#newchannel-name").blur(function() { $("#name-spinner").spin('small'); var zreg_name = $("#newchannel-name").val(); 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