From 9245eec00f4f162d0d49a7ef6e7867c3524a4457 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Tue, 5 Aug 2014 23:41:28 +0500 Subject: [PATCH] mod demo so you can change params when not connected --- html5/verto/demo/index.html | 106 ++++++++++++++++++------------------ html5/verto/demo/verto.js | 5 +- 2 files changed, 55 insertions(+), 56 deletions(-) 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