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 cbf4e49  [OPENMEETINGS-2613] JS error is fixed
cbf4e49 is described below

commit cbf4e49fc7fefdd997e79ed394689ddeb15870fa
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Thu Apr 15 19:46:06 2021 +0700

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

diff --git a/openmeetings-web/src/main/front/wb/src/wb-tools.js 
b/openmeetings-web/src/main/front/wb/src/wb-tools.js
index 6065b33..752319c 100644
--- a/openmeetings-web/src/main/front/wb/src/wb-tools.js
+++ b/openmeetings-web/src/main/front/wb/src/wb-tools.js
@@ -363,7 +363,7 @@ module.exports = class WbTools {
                                        //no-op
                        }
                };
-               this.reactivateBtn() = () => {
+               this.reactivateBtn = () => {
                        const b = _getBtn();
                        if (__validBtn(b)) {
                                b.data().deactivate();

Reply via email to