Skip to content

Commit b3f65c0

Browse files
author
Geremy Cohen
authored
Update index.html
Fixing origin.
1 parent adff3b2 commit b3f65c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/examples/channelGroups/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h3>Dynamic HB & State</h3>
125125

126126
<h3 class="clear">App Settings</h3>
127127

128-
origin<input id="origin" type="text" size=15 name="subKey" value="dara24.devbuild.pubnub.com">
128+
origin<input id="origin" type="text" size=15 name="subKey" value="pubsub.pubnub.com">
129129
sub<input id="sub_key" type="text" size=15 name="subKey" value="demo-36">
130130
pub<input id="pub_key" type="text" size=15 name="pubKey" value="demo-36">
131131
sec<input id="secret_key" type="text" size=15 name="secKey" value="demo-36">
@@ -138,4 +138,4 @@ <h3 class="clear">App Settings</h3>
138138
<script src="main.js"></script>
139139

140140
</body>
141-
</html>
141+
</html>

0 commit comments

Comments
 (0)