forked from wallabag/wallabag
hide article until import is finished
This commit is contained in:
@ -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">
|
||||
|
||||
Reference in New Issue
Block a user