From c9a8914b07827cb1a77aadcabb60f7713b675d6c Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Thu, 14 Nov 2024 12:47:40 +0100 Subject: fix some conent import issues --- view/js/mod_import_progress.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'view/js/mod_import_progress.js') diff --git a/view/js/mod_import_progress.js b/view/js/mod_import_progress.js index 7aed56365..11b324862 100644 --- a/view/js/mod_import_progress.js +++ b/view/js/mod_import_progress.js @@ -30,6 +30,9 @@ $(document).ready(function() { $('#cprogress-bar').css('width', '0%'); } + $('#cprogress-completed span').html(data.ccompleted_str); + + // files if (typeof data.fprogress == 'number') { $('#fprogress-label').html(data.fprogress + '%'); @@ -50,5 +53,8 @@ $(document).ready(function() { $('#fprogress-label').html(data.fprogress); $('#fprogress-bar').css('width', '0%'); } + + $('#fprogress-completed span').html(data.fcompleted_str); + } }); -- cgit v1.2.3