i18n etwas umstrukturiert
This commit is contained in:
parent
3d3ad6cd37
commit
bd82621bc1
|
@ -92,10 +92,10 @@ var global_load = null;
|
|||
$(this).submit(function() {
|
||||
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