aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/default.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/default.js b/res/default.js
index 6776fae..fad25f3 100644
--- a/res/default.js
+++ b/res/default.js
@@ -13,7 +13,7 @@ function show_loading() {
function load(file, title) {
show_loading();
$("#header").text(title);
- $.get("file:///H:/ichtml/content/"+file, function(data) {
+ $.get("/content/"+file, function(data) {
$("#content").html(data);
}, "text");
}