diff options
author | Mario Vavti <mario@mariovavti.com> | 2015-03-27 11:52:59 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2015-03-27 11:52:59 +0100 |
commit | b59e2870ab47dab424d043dd51f70d427d92d7a5 (patch) | |
tree | 8b35bb51d3f6132750a20a70289006b121840c01 /view/js/main.js | |
parent | 1bf93916dbf22ba8e51261c5f364781ee3c9bcc2 (diff) | |
download | volse-hubzilla-b59e2870ab47dab424d043dd51f70d427d92d7a5.tar.gz volse-hubzilla-b59e2870ab47dab424d043dd51f70d427d92d7a5.tar.bz2 volse-hubzilla-b59e2870ab47dab424d043dd51f70d427d92d7a5.zip |
Move bootstrap dependencies (tagsinput) to theme redbasic (we only have it there). Comment out some most probably deprecated js includes. Some css cleanup.
Diffstat (limited to 'view/js/main.js')
-rw-r--r-- | view/js/main.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/view/js/main.js b/view/js/main.js index 07035aee3..b9fb9f85e 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -275,7 +275,7 @@ $(function() { }); /* setup field_richtext */ - setupFieldRichtext(); + //setupFieldRichtext(); /* Turn elements with one of our special rel tags into popup menus */ @@ -1060,9 +1060,9 @@ function fcFileBrowser (field_name, url, type, win) { return false; } -function setupFieldRichtext(){ - return; /* +function setupFieldRichtext(){ + tinyMCE.init({ theme : "advanced", mode : "specific_textareas", @@ -1086,9 +1086,9 @@ function setupFieldRichtext(){ theme_advanced_path : false, file_browser_callback : "fcFileBrowser", }); -*/ -} +} +*/ /** * sprintf in javascript |