From: Anthony Minessale Date: Tue, 5 Aug 2014 18:41:28 +0000 (+0500) Subject: mod demo so you can change params when not connected X-Git-Tag: v1.4.8~7^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9245eec00f4f162d0d49a7ef6e7867c3524a4457;p=thirdparty%2Ffreeswitch.git mod demo so you can change params when not connected --- diff --git a/html5/verto/demo/index.html b/html5/verto/demo/index.html index 12a6dbe78a..ddba58bbcc 100644 --- a/html5/verto/demo/index.html +++ b/html5/verto/demo/index.html @@ -77,44 +77,6 @@ -
- - -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -
- - -
- -

- -

- - @@ -171,27 +133,63 @@ -

-

-
- -
-

- - -
- -
+

+

+
+ +
+

+
+ +
+ +
-

LOGGING IN

-
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ +
+
+ + +
+ +
+ + +
+ +

+ +

+ + +


+ +
+

@@ -233,7 +231,7 @@ - +
diff --git a/html5/verto/demo/verto.js b/html5/verto/demo/verto.js index bee9381ea5..76882d1617 100644 --- a/html5/verto/demo/verto.js +++ b/html5/verto/demo/verto.js @@ -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() {
FreeSWITCH VERTO™ WebRTC Demo Directory

DialDesc