This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new f3ca5c2  [OPENMEETINGS-2613] JS error is fixed
f3ca5c2 is described below

commit f3ca5c24394cb9fbb8e532cb36ceaa640102bb59
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Thu Apr 15 19:25:02 2021 +0700

    [OPENMEETINGS-2613] JS error is fixed
---
 openmeetings-web/src/main/front/wb/src/wb.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-web/src/main/front/wb/src/wb.js 
b/openmeetings-web/src/main/front/wb/src/wb.js
index 4d89e78..f979e32 100644
--- a/openmeetings-web/src/main/front/wb/src/wb.js
+++ b/openmeetings-web/src/main/front/wb/src/wb.js
@@ -65,7 +65,7 @@ module.exports = class Wb {
                                        }
                                        zoomBar.update(role, canvases.length);
                                        if (ccount !== canvases.length) {
-                                               WbTools.reactivateBtn();
+                                               tools.reactivateBtn();
                                                self._showCurrentSlide();
                                        }
                                }

Reply via email to