repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 68cd01ec8f7395ea840a40b54c266c3d6cb36682:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 68cd01ec8f7395ea840a40b54c266c3d6cb36682
Author: James Baicoianu 
Date:   Sat Oct 21 03:28:39 2017 -0700

    Fix for double-callback bug

diff --git a/scripts/janusbase.js b/scripts/janusbase.js
index ae905667234ea02ceb33d172f6cc0566214b14a7..
index ..6ef8f54c7e0a396f4050d21ee075071ae935a97f 100644
--- a/scripts/janusbase.js
+++ b/scripts/janusbase.js
@@ -553,7 +553,7 @@ console.error('dunno what this is', other);
       if (!event.element) event.element = this;
       var handlerfn = 'on' + event.type;
       if (this[handlerfn]) {
-        this.executeCallback(this[handlerfn], event);
+        //this.executeCallback(this[handlerfn], event);
       }
       return elation.events.fire(event);
     }

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