lib/template/js/main.js in browser_app_base-0.1.0 vs lib/template/js/main.js in browser_app_base-0.1.1

- old
+ new

@@ -113,11 +113,11 @@ //jQuery(this).autocomplete("search", ""); $(this).keydown(); }, source: function (req, resp) { $.ajax({ - url: "http://localhost:36809/search?path=" + $("#" + id).val() + "&kind=" + file_kind, + url: "http://localhost:58656/search?path=" + $("#" + id).val() + "&kind=" + file_kind, type: "GET", cache: false, dataType: "json", data: { param1: req.term @@ -146,11 +146,11 @@ jQuery("#" + id).val(ui.item.value); $(this).keydown(); }, source: function (req, resp) { $.ajax({ - url: "http://localhost:36809/history/" + file_name, + url: "http://localhost:58656/history/" + file_name, type: "POST", cache: false, dataType: "json", data: { param1: req.term @@ -324,10 +324,10 @@ $(document).ready(function () { window.onload = function (e) { console.log("onload"); // サーバに接続 - server_connect("ws://localhost:36809/wsserver") + server_connect("ws://localhost:58656/wsserver") } // ウインドウサイズ var width = 800; var height = 600;