Move bootstrap dependencies (tagsinput) to theme redbasic (we only have it there). Comment out some most probably deprecated js includes. Some css cleanup.

This commit is contained in:
Mario Vavti
2015-03-27 11:52:59 +01:00
parent 1bf93916db
commit b59e2870ab
9 changed files with 42 additions and 30 deletions

View File

@@ -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