Update load_more_my_orders.js

This commit is contained in:
tripathyr 2022-04-12 17:37:29 +05:30 committed by GitHub
parent 57a54c2ce4
commit 40dfd00804
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,3 @@
/**
* Created by Abhishek Kumar Sinha on 9/27/2017.
*/
$(document).ready(function(){
var loading = false;
@ -71,4 +67,4 @@ function loadMoreMyOrders($start,$records_per_page) {
}
});
loading = false;
}
}