mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-29 04:21:06 +00:00
hide article until import is finished
This commit is contained in:
parent
f0a819a968
commit
12b97d6757
1 changed files with 2 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue