Add new files in "Insert Media" at start of the list

Makes the change more obvious without requiring to scroll
to action origin (upload button) out of view
This commit is contained in:
Ingo Schommer 2013-06-14 23:03:31 +02:00
parent ea4f8cec07
commit 23c0084193

View File

@ -865,7 +865,7 @@ ss.editorWrappers['default'] = ss.editorWrappers.tinyMCE;
var self = this, params = (Number(idOrUrl) == idOrUrl) ? {ID: idOrUrl} : {FileURL: idOrUrl};
var item = $('<div class="ss-htmleditorfield-file loading" />');
this.find('.content-edit').append(item);
this.find('.content-edit').prepend(item);
var dfr = $.Deferred();