i18n etwas umstrukturiert

This commit is contained in:
Martin Müller 2014-06-10 19:25:56 +02:00
parent 3d3ad6cd37
commit bd82621bc1
1 changed files with 4 additions and 4 deletions

View File

@ -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);
});
});