aboutsummaryrefslogtreecommitdiff
path: root/res/default.js
diff options
context:
space:
mode:
Diffstat (limited to 'res/default.js')
-rw-r--r--res/default.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/default.js b/res/default.js
index c182446..9eb27dc 100644
--- a/res/default.js
+++ b/res/default.js
@@ -37,7 +37,7 @@ function onload() {
atag.href = "#";
atag.onclick = function(){
sidebar_close();
- load(item.url, item.name);
+ window.load(item.url, item.name);
};
}
var texttag = document.createTextNode(name);