diff options
| author | sostler <sbostler@gmail.com> | 2010-03-21 12:00:48 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-03-21 12:00:48 -0400 |
| commit | 72a35872990d8c5d322eedf2dedb87b5d67e1aae (patch) | |
| tree | e5f3cb827d6fed81fe1aa857539cdd50d6b95cde /static/browser.html | |
| parent | 677e455129b9d4846329f7b03ba09a6e34f31f45 (diff) | |
Fix room name
Diffstat (limited to 'static/browser.html')
| -rwxr-xr-x | static/browser.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/browser.html b/static/browser.html index 3bf3431..ed384b9 100755 --- a/static/browser.html +++ b/static/browser.html @@ -247,7 +247,7 @@ type: 'POST', timeout: 5000, url: '/msg', - data: { 'room': 'RoomA', 'content': res.unescapedUrl }, + data: { 'room': 'dumpfm', 'content': res.unescapedUrl }, cache: false, dataType: 'json' }); @@ -261,4 +261,4 @@ } </script> </body> -</html>
\ No newline at end of file +</html> |
