Ckeditor - vec - manj - odstranjen odvecen js

This commit is contained in:
pero1203 2022-08-26 15:13:00 +02:00
parent e6e5ad9508
commit c015d548fb

View File

@ -954,18 +954,6 @@ function inline_load_editor (_this) {
}
}
// Prikazemo napredne gumbe za editor
function advanced_editor_show(editor_id){
$('#'+editor_id+'_toolbox').addClass('advanced');
}
// Skrijemo napredne gumbe za editor
function advanced_editor_hide(editor_id){
$('#'+editor_id+'_toolbox').removeClass('advanced');
}
function inline_load_editor_hotspot (_this, vre_id) {
$(_this).css('display', 'none');