summaryrefslogtreecommitdiff
path: root/static/browser.html
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-03-21 12:00:48 -0400
committersostler <sbostler@gmail.com>2010-03-21 12:00:48 -0400
commit72a35872990d8c5d322eedf2dedb87b5d67e1aae (patch)
treee5f3cb827d6fed81fe1aa857539cdd50d6b95cde /static/browser.html
parent677e455129b9d4846329f7b03ba09a6e34f31f45 (diff)
Fix room name
Diffstat (limited to 'static/browser.html')
-rwxr-xr-xstatic/browser.html4
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>