When click in management permmision autoclicked in inferior options of same part. Ticket: #3912
(cherry picked from commit a0753238f7
)
This commit is contained in:
parent
81769c3f5e
commit
885f15f2d0
|
@ -1009,7 +1009,6 @@ function addTinyMCE(elementID) {
|
|||
tinyMCE.EditorManager.execCommand('mceAddControl', true, elementID);
|
||||
}
|
||||
|
||||
|
||||
function autoclick_profile_users(firts_level, second_level) {
|
||||
if (typeof firts_level !== "undefined") {
|
||||
var is_checked_firts = $('#checkbox-' + firts_level).is(':checked');
|
||||
|
|
Loading…
Reference in New Issue