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