i18n etwas umstrukturiert
This commit is contained in:
parent
3d3ad6cd37
commit
bd82621bc1
|
@ -90,12 +90,12 @@ var global_load = null;
|
|||
$(this).attr('target', 'fileUpload');
|
||||
$(":input[ name *= '_wysihtml5_mod' ]", this).remove();
|
||||
$(this).submit(function() {
|
||||
stopLoad(evt);
|
||||
stopLoad(evt);
|
||||
frame = $('#fileUpload').load(function() {
|
||||
setContent(frame.contents().find('body').html());
|
||||
frame.unbind('load');
|
||||
setContent($('#fileUpload').contents().find('body').html());
|
||||
$('#fileUpload').unbind('load');
|
||||
setTimeout(function() {
|
||||
frame.html('');
|
||||
$('#fileUpload').html('');
|
||||
}, 1);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue