Commit 9b13bc72 authored by Leo Iannacone's avatar Leo Iannacone

added home link to breadcrumb

parent 40b6093b
...@@ -156,7 +156,7 @@ var Page_Distrubion = { ...@@ -156,7 +156,7 @@ var Page_Distrubion = {
if (! hash ) if (! hash )
hash = window.location.hash hash = window.location.hash
hash = hash.replace('#', '') hash = hash.replace('#', '')
new_html = '' new_html = '<li><a href="/">home</a></li>'
new_hash = '#' new_hash = '#'
info = hash.split('/') info = hash.split('/')
for (var i = 0; i < info.length ; i++) { for (var i = 0; i < info.length ; i++) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment