forked from External/greenlight
Fix wrong conditional (reported by LGTM) (#1477)
Signed-off-by: Stefan Weil <sw@weilnetz.de> Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
This commit is contained in:
@ -40,7 +40,7 @@ $(document).on("turbolinks:load", function(){
|
||||
|
||||
received: function(data){
|
||||
console.log(data);
|
||||
if(data.action = "started"){
|
||||
if(data.action == "started"){
|
||||
request_to_join_meeting();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user