aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/redbasic/js/redbasic.js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-03-28 14:53:33 -0700
committerfriendica <info@friendica.com>2015-03-28 14:53:33 -0700
commitf35679dd6d606d9c9a31e9e807bd2aed8ba89641 (patch)
treefc2ec97cec58c97f1237a8e1d2b47d8bfce7e589 /view/theme/redbasic/js/redbasic.js
parent0aba609ad408faabe72826a006b8af0fe15a3c2f (diff)
parent2899c500eec19c8ad17b6819c33e0f0414bd1387 (diff)
downloadvolse-hubzilla-f35679dd6d606d9c9a31e9e807bd2aed8ba89641.tar.gz
volse-hubzilla-f35679dd6d606d9c9a31e9e807bd2aed8ba89641.tar.bz2
volse-hubzilla-f35679dd6d606d9c9a31e9e807bd2aed8ba89641.zip
Merge https://github.com/friendica/red into pending_merge
Diffstat (limited to 'view/theme/redbasic/js/redbasic.js')
-rw-r--r--view/theme/redbasic/js/redbasic.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js
index c825b0485..68190778c 100644
--- a/view/theme/redbasic/js/redbasic.js
+++ b/view/theme/redbasic/js/redbasic.js
@@ -34,6 +34,10 @@ $(document).ready(function() {
if($('#tabs-collapse-1').length === 0) {
$('#expand-tabs').hide();
}
+
+ $("input[data-role=cat-tagsinput]").tagsinput({
+ tagClass: 'label label-primary'
+ });
});
$(document).ready(function(){
@@ -48,4 +52,4 @@ $(document).ready(function(){
}
}
setInterval(function () {checkNotify();}, 10 * 1000);
-}); \ No newline at end of file
+});