disable auto reload origami
This commit is contained in:
@@ -20,9 +20,9 @@
|
|||||||
|
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
// auto refresh every 60 seconds
|
// auto refresh every 60 seconds
|
||||||
setTimeout(function(){
|
// setTimeout(function(){
|
||||||
window.location.reload(1);
|
// window.location.reload(1);
|
||||||
}, 60000);
|
// }, 60000);
|
||||||
|
|
||||||
// For selected order return
|
// For selected order return
|
||||||
var order_status = "";
|
var order_status = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user