mirror of
https://github.com/JasonHHouse/gaps.git
synced 2026-01-25 20:59:15 -06:00
More text clean up
This commit is contained in:
@@ -70,7 +70,7 @@ function polling() {
|
||||
if(keepChecking) {
|
||||
var obj = JSON.parse(data);
|
||||
if(!obj.searchedMovieCount && !obj.totalMovieCount && obj.totalMovieCount === 0) {
|
||||
$('#searchingBody').text("Looking for movies...");
|
||||
$('#searchingBody').text("Searching for movies...");
|
||||
} else {
|
||||
$('#progressContainer').show();
|
||||
var percentage = Math.trunc(obj.searchedMovieCount / obj.totalMovieCount * 100);
|
||||
|
||||
Reference in New Issue
Block a user