Update load_more_my_transactions.js

This commit is contained in:
tripathyr 2022-04-12 17:38:06 +05:30 committed by GitHub
parent 40dfd00804
commit ff09d4f35b
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;
@ -93,4 +89,4 @@ function loadMoreMyTransactions($start,$records_per_page) {
}
});
loading = false;
}
}