From e875cefd660f9a9430e2fedfebbb466ae6b51370 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Canek=20Pel=C3=A1ez=20Vald=C3=A9s?= Date: Tue, 7 Jun 2022 09:40:48 -0500 Subject: [PATCH] Fix progress. --- page.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/page.php b/page.php index 80631a0..76d9a0e 100644 --- a/page.php +++ b/page.php @@ -105,7 +105,7 @@ class WordCounter { this.intervalId = -1; this.progressValue = 0; this.baseUrl = siteUrl + - '/wp-content/plugins/free-word-count/free-word-count-progress.php?' + + '/wp-content/plugins/free-word-count/word-count-progress.php?' + 'key=' + key + '&total=' + total; this.relocateUrl = siteUrl + '/wp-admin/admin.php?page=free-word-count'; } -- GitLab