repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 045840062b0da4d7142ad4afd1ae4f7f703ee3c6:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 045840062b0da4d7142ad4afd1ae4f7f703ee3c6
Author: James Baicoianu 
Date:   Thu May 9 12:05:15 2019 -0700

    room_edit event

diff --git a/scripts/room.js b/scripts/room.js
index eeaf71aa4b6d0e9a7474393eccbc6cac6013f8d3..
index ..c6906541f8fc40477f252068b6729839265892cc 100644
--- a/scripts/room.js
+++ b/scripts/room.js
@@ -895,6 +895,7 @@ elation.require([
               var attrname = k.toLowerCase();
               existing[attrname] = newobj._content;
             }
+            existing.dispatchEvent({type: 'room_edit'});
             existing.sync = false;
           } else {
             hasNew = true;

-----END OF PAGE-----