image manager optimization, i18n
This commit is contained in:
@@ -39846,10 +39846,10 @@ tinymce.PluginManager.add('leaui_image', function(editor, url) {
|
||||
LEAUI_DATAS = datas;
|
||||
|
||||
function GetTheHtml(){
|
||||
var html = '<iframe id="leauiIfr" src="'+ url + '/index.html'+ '?' + new Date().getTime() + '" frameborder="0"></iframe>';
|
||||
var html = '<iframe id="leauiIfr" src="/album/index'+ '?' + new Date().getTime() + '" frameborder="0"></iframe>';
|
||||
return html;
|
||||
}
|
||||
|
||||
|
||||
var w = $(document).width() - 10;
|
||||
if(w > 805) {
|
||||
w = 805;
|
||||
|
||||
Reference in New Issue
Block a user