disable auto reload origami

This commit is contained in:
Yan
2017-06-15 11:25:13 +06:30
parent 41572d5360
commit cca890ffdd
2 changed files with 3 additions and 3 deletions

View File

@@ -20,9 +20,9 @@
$(document).ready(function(){
// auto refresh every 60 seconds
setTimeout(function(){
window.location.reload(1);
}, 60000);
// setTimeout(function(){
// window.location.reload(1);
// }, 60000);
// For selected order return
var order_status = "";