Skip to content

Commit

Permalink
Fix IE WebSocket config not being included in git. See ripple#334.
Browse files Browse the repository at this point in the history
  • Loading branch information
justmoon committed Mar 26, 2013
1 parent a6d600e commit 058a4c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions compat/ie/ws/ws-config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
WEB_SOCKET_SWF_LOCATION = "compat/ie/ws/WebSocketMain.swf";
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<!-- scripts concatenated and minified via build script -->
<script src="build/dist/deps.js"></script>
<!--[if IE]>
<script src="compat/ie/ws/config.js"></script>
<script src="compat/ie/ws/ws-config.js"></script>
<script src="build/dist/deps_ie.js"></script>
-->
<script src="config.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion index_debug.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<!-- scripts concatenated and minified via build script -->
<script src="build/dist/deps-debug.js"></script>
<!--[if IE]>
<script src="compat/ie/ws/config.js"></script>
<script src="compat/ie/ws/ws-config.js"></script>
<script src="build/dist/deps_ie-debug.js"></script>
-->
<script src="config.js"></script>
Expand Down

0 comments on commit 058a4c3

Please sign in to comment.