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