mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 02:48:10 +02:00
Fixed error in pandora.js
This commit is contained in:
parent
5fc245041d
commit
3a63aa9589
@ -1005,14 +1005,10 @@ function removeTinyMCE(elementID) {console.log(elementID);
|
|||||||
}
|
}
|
||||||
|
|
||||||
function addTinyMCE(elementID) {
|
function addTinyMCE(elementID) {
|
||||||
if (elementID.length > 0 && !isEmptyObject(tinyMCE))
|
if (elementID.length > 0 && !isEmptyObject(tinyMCE))
|
||||||
tinyMCE.EditorManager.execCommand('mceAddControl', true, elementID);
|
tinyMCE.EditorManager.execCommand('mceAddControl', true, elementID);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
function autoclick_profile_users(actual_level, firts_level, second_level) {
|
function autoclick_profile_users(actual_level, firts_level, second_level) {
|
||||||
if ($('#checkbox-' + actual_level).is(":checked")) {
|
if ($('#checkbox-' + actual_level).is(":checked")) {
|
||||||
if (typeof firts_level !== "undefined") {
|
if (typeof firts_level !== "undefined") {
|
||||||
@ -1083,4 +1079,4 @@ var autoHideElement = function (element, hideTime) {
|
|||||||
|
|
||||||
// Start hide
|
// Start hide
|
||||||
startHideTimeout(hideTime);
|
startHideTimeout(hideTime);
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user