hide article until import is finished

This commit is contained in:
Thomas Citharel 2015-05-25 20:41:39 +02:00
parent f0a819a968
commit 12b97d6757

View file

@ -2,11 +2,13 @@
<!--
$(document).ready(function() {
$("body").css("cursor", "wait");
$("#content").css("display", "none");
setTimeout(function(){
window.location = './?import';
}, {{ import.delay }} );
});
//-->
</script>
<div class="messages warning">