mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +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() {
|
$(document).ready(function() {
|
||||||
$("body").css("cursor", "wait");
|
$("body").css("cursor", "wait");
|
||||||
|
$("#content").css("display", "none");
|
||||||
|
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
window.location = './?import';
|
window.location = './?import';
|
||||||
}, {{ import.delay }} );
|
}, {{ import.delay }} );
|
||||||
});
|
});
|
||||||
|
|
||||||
//-->
|
//-->
|
||||||
</script>
|
</script>
|
||||||
<div class="messages warning">
|
<div class="messages warning">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue