Changeset 305
- Timestamp:
- 06/23/08 10:04:23 (4 months ago)
- Location:
- branches/0.5/demos/legacy/cherrychat/static
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.5/demos/legacy/cherrychat/static/chat.html
r304 r305 7 7 --> 8 8 <link rel="stylesheet" href="chat.css"> 9 <script src=" /_/orbited.js"></script>9 <script src="http://localhost:8000/static/orbited.js"></script> 10 10 <script src="chat.js"></script> 11 11 </head> -
branches/0.5/demos/legacy/cherrychat/static/chat.js
r304 r305 1 // to enable cross-port Orbited: 2 ORBITED_PORT = 8000 3 1 4 // we set the ie_nocache variable to avoid caching issues in IE 2 5