app/views/ckeditor/attachment_files/index.html.erb in ckeditor-3.6.2 vs app/views/ckeditor/attachment_files/index.html.erb in ckeditor-3.6.3
- old
+ new
@@ -1,8 +1,8 @@
<div id="fileupload" class="gal-holder">
<div class="gal-item">
<div class="fileupload-button gal-upload-holder">
- <%= link_to I18n.t(:upload, :scope => [:ckeditor, :buttons]), '#', :class => "add" %>
+ <%= link_to I18n.t(:upload, :scope => [:ckeditor, :buttons]), 'javascript:void(0)', :class => "add" %>
</div>
</div>
<div class="fileupload-list">
<%= render :partial => 'ckeditor/shared/asset', :collection => @attachments %>