templates/web/index.html in mad_chatter-0.2.1 vs templates/web/index.html in mad_chatter-0.2.3

- old
+ new

@@ -3,10 +3,11 @@ <head> <title>Mad Chatter</title> <link rel="stylesheet" href="styles.css"> <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js'></script> <script src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js'></script> - <script src='javascript.js'></script> + <script src='/mad_chatter.js'></script> + <script src='/mad_chatter_actions.js'></script> <script> $(document).ready(function(){ MadChatter.init('ws://localhost:8100'); }); </script> \ No newline at end of file