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 d9d138f  [OPENMEETINGS-2606] clean slide should be fixed
d9d138f is described below

commit d9d138fcf1d3fe5abd6ce227eeac4fe0d391bc67
Author: Maxim Solodovnik <solomax...@gmail.com>
AuthorDate: Wed Apr 7 13:06:07 2021 +0700

    [OPENMEETINGS-2606] clean slide should be 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 abccb40..2f9e304 100644
--- a/openmeetings-web/src/main/front/wb/src/wb-tools.js
+++ b/openmeetings-web/src/main/front/wb/src/wb-tools.js
@@ -346,7 +346,7 @@ module.exports = class WbTools {
                                                .confirmation({
                                                        confirmationEvent: 
'om-clear-slide'
                                                        , onConfirm: function() 
{
-                                                               
OmUtil.wbAction({action: 'clearSlide', data: {wbId: wb.getId(), slide: slide}});
+                                                               
OmUtil.wbAction({action: 'clearSlide', data: {wbId: wb.getId(), slide: 
wb.slide}});
                                                        }
                                                });
                                        
tools.find('.om-icon.save').click(function() {

Reply via email to