diff --git a/app/views/cms/media_listing.rhtml b/app/views/cms/media_listing.rhtml index 988ee4d..739c14c 100644 --- a/app/views/cms/media_listing.rhtml +++ b/app/views/cms/media_listing.rhtml @@ -46,6 +46,17 @@ <% end %>
+ + +

<%= _('Folders') %>

<%= _('Drag images and documents to add them to the text. If needed, resize images by clicking the tree icon on editor.') %>

diff --git a/public/javascripts/application.js b/public/javascripts/application.js index aaf73ed..f5b8a8d 100644 --- a/public/javascripts/application.js +++ b/public/javascripts/application.js @@ -45,12 +45,3 @@ function convToValidIdentifier( str, sep ) { .replace( /รง/g, "c" ) .replace( /[^-_a-z0-9]+/g, sep ) } - -document.observe("dom:loaded", function() { - Event.addBehavior.reassignAfterAjax = true; - Event.addBehavior({ - 'div#pagination-images .pagination a' : Remote.Link, - 'div#pagination-documents .pagination a' : Remote.Link - }) -}); - -- libgit2 0.21.2