Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/js/knavbar.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/knavbar.js')
-rwxr-xr-xjs/knavbar.js13
1 files changed, 0 insertions, 13 deletions
diff --git a/js/knavbar.js b/js/knavbar.js
deleted file mode 100755
index e7d343f..0000000
--- a/js/knavbar.js
+++ /dev/null
@@ -1,13 +0,0 @@
-//This code loads in html for knavbar into a <section>
-//tag with the id="navigation"
-$(document).ready(function(){
-
- //updates the links in knavbar
- //specific to the context
- var modify = function(){
-
- };
-
- var foo = $('#navigation').load('chakra/kfoo.html #knavbar', modify);
- var x = 0;
-}); \ No newline at end of file