Commit 47a122f0 authored by Leo Iannacone's avatar Leo Iannacone

close anchor

parent 64566fd6
...@@ -30,7 +30,7 @@ function Page_Generic(socket) ...@@ -30,7 +30,7 @@ function Page_Generic(socket)
} }
else { else {
distributions.forEach(function (name){ distributions.forEach(function (name){
$('#distributions ul').append('<li id="distribution-' + name +'"><a href="'+ config.paths.distribution + '#'+ name + '">' + name + '</li>'); $('#distributions ul').append('<li id="distribution-' + name +'"><a href="'+ config.paths.distribution + '#'+ name + '">' + name + '</a></li>');
}); });
if (window.location.pathname == config.paths.distribution) { if (window.location.pathname == config.paths.distribution) {
var data = Utils.from_hash_to_view() var data = Utils.from_hash_to_view()
......
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