Commit d2931961 authored by Tobias Schmidt's avatar Tobias Schmidt

Fix download os/arch dropdown selection

parent 3df23e45
...@@ -48,7 +48,7 @@ $(document).ready(function() { ...@@ -48,7 +48,7 @@ $(document).ready(function() {
selectDownloads(); selectDownloads();
$('.download-selection a').on('click', function() { $('.download-selection a').on('click', function(event) {
event.preventDefault(); event.preventDefault();
$(this).parents('.btn-group').find('button .caption').text($(this).text()); $(this).parents('.btn-group').find('button .caption').text($(this).text());
......
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