Changes "browser is too old message" error message as it's not always related to the browser version.
This commit is contained in:
parent
e8779eeb18
commit
8068d4e810
2
app.js
2
app.js
|
@ -1597,7 +1597,7 @@ $(document).bind('fatalError.jingle',
|
||||||
sessionTerminated = true;
|
sessionTerminated = true;
|
||||||
connection.emuc.doLeave();
|
connection.emuc.doLeave();
|
||||||
messageHandler.showError( "Sorry",
|
messageHandler.showError( "Sorry",
|
||||||
"Your browser version is too old. Please update and try again...");
|
"Internal application error[setRemoteDescription]");
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue