ocr
This commit is contained in:
		@@ -7,6 +7,8 @@ $(document).ready(function() {
 | 
			
		||||
        analyzeUploaded();
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
    
 | 
			
		||||
//AJAX
 | 
			
		||||
 | 
			
		||||
@@ -41,6 +43,10 @@ function movePurchases() {
 | 
			
		||||
        });
 | 
			
		||||
    }).catch((error) => console.error("Get id token client error: ", error));}else{console.log("Check Auth error", user)}});
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
$(".test").click(function() {
 | 
			
		||||
    movePurchases();
 | 
			
		||||
});
 | 
			
		||||
});
 | 
			
		||||
 | 
			
		||||
var loading = false;
 | 
			
		||||
@@ -86,10 +92,4 @@ function updateProgress(percent) {
 | 
			
		||||
        $(".determinate").css("width", progress.progress * 100 + "%");
 | 
			
		||||
    }
 | 
			
		||||
    
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
$(".test").click(function() {
 | 
			
		||||
    movePurchases();
 | 
			
		||||
})
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user