Commit 86a14982 authored by Leo Iannacone's avatar Leo Iannacone

Merge branch 'master' into portable

parents 7f88f8d2 3f70a5b1
...@@ -448,7 +448,7 @@ function Page_Distrubion(socket) { ...@@ -448,7 +448,7 @@ function Page_Distrubion(socket) {
} else { } else {
distributions.forEach(function (name) { distributions.forEach(function (name) {
$('#welcome').append('<a class="btn btn-lg btn-primary" href="' + config.paths.distribution + $('#welcome').append('<a class="btn btn-lg btn-primary" href="' + config.paths.distribution +
'# ' + name + '">' + name + '</a>'); '#' + name + '">' + name + '</a>');
}); });
} }
}, },
......
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