summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-07-12 11:50:42 -0400
committerAdam Young <ayoung@redhat.com>2010-07-12 11:50:42 -0400
commit5346fc33499be9da6002a40ecb4d1408e582c87e (patch)
tree9675b74635e9df3fbdddddc84412941e370bc774
parentfff822946351e7d4f19b8e77c4d930fbc751cfd9 (diff)
downloadfreeipa-5346fc33499be9da6002a40ecb4d1408e582c87e.tar.gz
freeipa-5346fc33499be9da6002a40ecb4d1408e582c87e.tar.xz
freeipa-5346fc33499be9da6002a40ecb4d1408e582c87e.zip
Dead code removal
-rw-r--r--install/static/index.xhtml5
1 files changed, 0 insertions, 5 deletions
diff --git a/install/static/index.xhtml b/install/static/index.xhtml
index eddc58889..c404197b4 100644
--- a/install/static/index.xhtml
+++ b/install/static/index.xhtml
@@ -46,11 +46,6 @@
$('#content').load(bodycontent);
});
- function doMenu(value){
- $.cookie("lastpage",value);
-
- $('#content').load(value);
- }
</script>
</head>