Skip to content

Commit

Permalink
changing path to socket.io.min.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Devendra committed Apr 4, 2013
1 parent e06d820 commit d50b556
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 24 deletions.
1 change: 0 additions & 1 deletion socket.io/README.md
Expand Up @@ -63,7 +63,6 @@ emit() or send() functions, the message will be broadcast.


## How to use ## How to use


First, include `pubnub.js` and `socket.io.js`:


```html ```html
<script src="http://cdn.pubnub.com/socket.io.min.js"></script> <script src="http://cdn.pubnub.com/socket.io.min.js"></script>
Expand Down
5 changes: 0 additions & 5 deletions socket.io/acknowledgements/index.html
Expand Up @@ -15,11 +15,6 @@
<div>Hello to Web User!</div> <div>Hello to Web User!</div>
<!-- Place Content Here --> <!-- Place Content Here -->


<!--
<script src=../../javascript/pubnub.min.js></script>
<script src=../crypto.js></script>
<script src=../socket.io.js></script>
-->
<script src=../socket.io.min.js></script> <script src=../socket.io.min.js></script>
<script src=app.js></script> <script src=app.js></script>
</body> </body>
Expand Down
2 changes: 1 addition & 1 deletion socket.io/bootstrap-mobile/index.html
Expand Up @@ -28,7 +28,7 @@
<!-- Place Content Here --> <!-- Place Content Here -->


<script>scrollTo(0,1);</script> <script>scrollTo(0,1);</script>
<script src=http://pubnub.s3.amazonaws.com/socket.io.min.js></script> <script src=../socket.io.min.js></script>
<script src=app.js></script> <script src=app.js></script>
</body> </body>
</html> </html>
2 changes: 1 addition & 1 deletion socket.io/bootstrap-web/index.html
Expand Up @@ -15,7 +15,7 @@
<div>Hello to Web User!</div> <div>Hello to Web User!</div>
<!-- Place Content Here --> <!-- Place Content Here -->


<script src=http://pubnub.s3.amazonaws.com/socket.io.min.js></script> <script src=../socket.io.min.js></script>
<script src=app.js></script> <script src=app.js></script>
</body> </body>
</html> </html>
2 changes: 1 addition & 1 deletion socket.io/custom-presence/index.html
Expand Up @@ -15,7 +15,7 @@
<div>Hello to Web User!</div> <div>Hello to Web User!</div>
<!-- Place Content Here --> <!-- Place Content Here -->


<script src=http://pubnub.s3.amazonaws.com/socket.io.min.js></script> <script src=../socket.io.min.js></script>
<script src=app.js></script> <script src=app.js></script>
</body> </body>
</html> </html>
2 changes: 1 addition & 1 deletion socket.io/encryption/index.html
Expand Up @@ -15,7 +15,7 @@
<div>Hello to Web User!</div> <div>Hello to Web User!</div>
<!-- Place Content Here --> <!-- Place Content Here -->


<script src=http://pubnub.s3.amazonaws.com/socket.io.min.js></script> <script src=../socket.io.min.js></script>
<script src=app.js></script> <script src=app.js></script>
</body> </body>
</html> </html>
4 changes: 1 addition & 3 deletions socket.io/here_now/index.html
Expand Up @@ -15,9 +15,7 @@
<div id="text" >Click me and check the console log for here now!</div> <div id="text" >Click me and check the console log for here now!</div>
<!-- Place Content Here --> <!-- Place Content Here -->


<script src=../../../javascript/pubnub.js></script> <script src=../socket.io.min.js></script>
<script src=../crypto.js></script>
<script src=../socket.io.js></script>


<script src=app.js></script> <script src=app.js></script>


Expand Down
4 changes: 1 addition & 3 deletions socket.io/history/index.html
Expand Up @@ -16,9 +16,7 @@


<!-- Place Content Here --> <!-- Place Content Here -->


<script src=../../../javascript/pubnub.js></script> <script src=../socket.io.min.js></script>
<script src=../crypto.js></script>
<script src=../socket.io.js></script>


<script src=app.js></script> <script src=app.js></script>
</body> </body>
Expand Down
4 changes: 1 addition & 3 deletions socket.io/presence/index.html
Expand Up @@ -15,9 +15,7 @@
<div>Hello to Web User!</div> <div>Hello to Web User!</div>
<!-- Place Content Here --> <!-- Place Content Here -->


<script src=../../../javascript/pubnub.js></script> <script src=../socket.io.min.js></script>
<script src=../crypto.js></script>
<script src=../socket.io.js></script>
<script src=app.js></script> <script src=app.js></script>
</body> </body>
</html> </html>
Expand Up @@ -49,11 +49,6 @@
</script> </script>


<div id=pubnub></div> <div id=pubnub></div>
<!--
<script src=http://pubnub.s3.amazonaws.com/pubnub.js></script>
<script src=../crypto.js></script>
<script src=../socket.io.js></script>
-->
<script src=../socket.io.min.js></script> <script src=../socket.io.min.js></script>
<script src=public-private-communication.js></script> <script src=public-private-communication.js></script>
</div></body> </div></body>
Expand Down

0 comments on commit d50b556

Please sign in to comment.