mod demo so you can change params when not connected

This commit is contained in:
Anthony Minessale
2014-08-05 23:41:28 +05:00
parent 810c0881b5
commit 9245eec00f
2 changed files with 55 additions and 56 deletions

View File

@@ -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() {