aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-09-18 17:06:15 -0700
committerfriendica <info@friendica.com>2014-09-18 17:06:15 -0700
commit45df73d4560dca675166cd7200c6be9dae41d3b0 (patch)
tree8913c4d33829aaaf67dc67c225487302ada379a1 /view
parent3191432c402f0675e5d9075e70cd4064c28b98c7 (diff)
downloadvolse-hubzilla-45df73d4560dca675166cd7200c6be9dae41d3b0.tar.gz
volse-hubzilla-45df73d4560dca675166cd7200c6be9dae41d3b0.tar.bz2
volse-hubzilla-45df73d4560dca675166cd7200c6be9dae41d3b0.zip
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.
Diffstat (limited to 'view')
-rw-r--r--view/js/mod_new_channel.js1
-rw-r--r--view/php/theme_init.php1
2 files changed, 2 insertions, 0 deletions
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');