mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
mod demo so you can change params when not connected
This commit is contained in:
@@ -431,7 +431,6 @@ function init() {
|
||||
|
||||
$("#logoutbtn").click(function() {
|
||||
verto.logout();
|
||||
goto_page("login");
|
||||
online(false);
|
||||
});
|
||||
|
||||
@@ -469,7 +468,9 @@ function init() {
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
if (window.location.hostname !== "webrtc.freeswitch.org") {
|
||||
$("#directory").hide();
|
||||
}
|
||||
}
|
||||
|
||||
$(document).ready(function() {
|
||||
|
Reference in New Issue
Block a user