redmine_ckeditor icon indicating copy to clipboard operation
redmine_ckeditor copied to clipboard

If you can not update buttons

Open qawsed55 opened this issue 1 year ago • 1 comments

I can not update buttons on toolbar. In browser console there was error about selected.size() is not function

If you have same error you need to add code:

$(function() {
    $.fn.size = function() {
        return this.length;  }      });

before function addItem(item) in redmine/plugins/redmine_ckeditor/app/views/settings/_ckeditor.html.erb Reload redmine and its all done )

qawsed55 avatar Mar 09 '23 20:03 qawsed55