Skip to content

Commit

Permalink
WPCS
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamadNateqi committed Apr 29, 2024
1 parent ca206a2 commit 69cfaf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/order-script.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ jQuery( function( $ ) {
let ajax_count = 0;
const ajax_max_count = 3;
const ajax_interval = 2000;
const ajax_timer = function() {
const ajax_timer = function() {
if ( pending_documents.length <= 0 ) {
return;
}
Expand Down

0 comments on commit 69cfaf2

Please sign in to comment.