Skip to content

Commit

Permalink
Partially reverted commit "Simplify the use of on arbitrary sites".
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan4th committed Sep 29, 2011
1 parent 88db1da commit e9531d0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions client/swank-js.js
Expand Up @@ -249,3 +249,4 @@ SwankJS.makeScriptElement = function makeScriptElement (src, content) {
};
*/

SwankJS.setup('http://127.0.0.1:8009/');
3 changes: 0 additions & 3 deletions client/test.html
Expand Up @@ -6,9 +6,6 @@
<script type="text/javascript" src="/socket.io/socket.io.js"></script>
<script type="text/javascript" src="/swank-js/stacktrace.js"></script>
<script type="text/javascript" src="/swank-js/swank-js.js"></script>
<script type="text/javascript">
SwankJS.setup('http://127.0.0.1:8009/');
</script>
</head>
<body></body>
</html>

0 comments on commit e9531d0

Please sign in to comment.