Commit 68aa787a authored by Leo Iannacone's avatar Leo Iannacone

no duplicate assignment

parent 5e207a6d
......@@ -273,7 +273,7 @@ function Page_Distrubion(socket)
$('.breadcrumb').html('<li class="active">' + label + '</li>')
return
}
hash = hash = window.location.hash.replace('#', '')
hash = window.location.hash.replace('#', '')
var new_html = ''
var new_hash = '#'
var info = hash.split('/')
......
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