We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76b51c7 + d06a56d commit 5ade274Copy full SHA for 5ade274
index.html
@@ -8,7 +8,7 @@
8
<script>
9
$(document).ready (function () {
10
$.getJSON("https://api.github.com/repos/su2code/SU2/releases/latest").done(function (data) {
11
- $ ('#current_release_tag').text ("SU2 " + data.tag_name + " Blackbird");
+ $ ('#current_release_tag').text ("SU2 " + data.tag_name + " Harrier");
12
})
13
14
</script>
0 commit comments