1
0
Fork 0
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:
Thomas Citharel 2015-05-25 20:41:39 +02:00
parent f0a819a968
commit 12b97d6757

View file

@ -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">