Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xjs/knavbar.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/js/knavbar.js b/js/knavbar.js
index c7fd93b..e7d343f 100755
--- a/js/knavbar.js
+++ b/js/knavbar.js
@@ -5,8 +5,6 @@ $(document).ready(function(){
//updates the links in knavbar
//specific to the context
var modify = function(){
- document.write('foo');
- $('#knavbarHome').attr('href', 'foo');
};