Skip to content

Commit

Permalink
no duplicate assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoIannacone committed Mar 17, 2014
1 parent 5e207a6 commit 68aa787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debomatic-webui/public/javascripts/page_distribution.js
Original file line number Diff line number Diff line change
Expand Up @@ -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('/')
Expand Down

0 comments on commit 68aa787

Please sign in to comment.