Commit 12e806fe authored by nanahira's avatar nanahira

remove debug

parent 58353df9
......@@ -33,7 +33,7 @@ function parseQueryString() {
function loadrooms() {
var url=$("#http").val() + "://" + $("#ip").val() + ":" + $("#port").val() + "/api/getrooms?callback=?"+ ($("#username").val() ? "&username="+$("#username").val() : "") + ($("#password").val() ? "&pass="+$("#password").val() : "");
alert(url);
//alert(url);
$.getJSON(url, listroom);
......@@ -207,4 +207,4 @@ function shoutcallback(data) {
if (data[1]) {
$("#shout").val(data[1]);
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment