Skip to content

Commit

Permalink
Merge pull request #273 from viosey/fix/queue
Browse files Browse the repository at this point in the history
fix(queue): remove load idle
  • Loading branch information
neoFelhz authored Apr 9, 2017
2 parents 70b0235 + 88af70c commit ed6777d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions layout/_partial/import_js.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,8 @@
<!-- Start Queue -->
$(document).ready(function(){
setTimeout(function(){
setInterval(function(){
queue.execNext();
},200);
},3000);
setInterval(function(){
queue.execNext();
},200);
});
</script>

0 comments on commit ed6777d

Please sign in to comment.