Update load_more_recent_transactions.js

This commit is contained in:
tripathyr 2022-04-12 17:36:15 +05:30 committed by GitHub
parent dcd47dea68
commit c7463192bb
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;
@ -95,4 +91,4 @@ function loadMoreRecentTransactions($start,$records_per_page) {
}
});
loading = false;
}
}