Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Berry <bryan@olenepal.org>2009-11-06 13:19:36 (GMT)
committer Bryan Berry <bryan@olenepal.org>2009-11-06 13:19:36 (GMT)
commite740f5e584850c3922da6043a477fee78cf062a7 (patch)
tree4cbebbd84f8a95cedcf75ed1501ec31858f21e41
parent7802893a8458e5a9a3288581bb36126a9fcd5743 (diff)
fixed 'foo' problem
-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');
};