gkrthk commented on a change in pull request #103: URL: https://github.com/apache/openmeetings/pull/103#discussion_r537600242
########## File path: openmeetings-web/src/main/java/org/apache/openmeetings/web/room/wb/raw-wb-board.js ########## @@ -369,6 +370,52 @@ var Wb = function() { minHeight: 140 , minWidth: 255 }); + tools.find('.om-icon.dweet').click(function(){ + dweet = OmUtil.tmpl("#wb-dweet"); + dweet[0].id='wb-dweet' + dweetIDCount++; Review comment: Everytime the user clicks on the dweet button a new dweet popup will be opened. One user can have multiple dweet popup's opened to control different IOT things. So giving each popup a unique id so that on submit can handle the specific popup action. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org