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 26dd022 + 157fe75 commit 2f028afCopy full SHA for 2f028af
resources/js/functions.js
@@ -260,11 +260,7 @@ function getOS() {
260
$(document).ready(function() {
261
if ($(".main-download").length) {
262
var os = getOS();
263
- var intelliJlink = $("#intellij-" + os).text();
264
- var sbtLink = $("#sbt-" + os).text();
265
- var stepOneContent = $("#stepOne-" + os).html()
266
- $("#download-intellij-link").attr("href", intelliJlink);
267
- $("#download-sbt-link").attr("href", sbtLink);
+ var stepOneContent = $("#stepOne-" + os).html();
268
$("#download-step-one").html(stepOneContent);
269
}
270
});
0 commit comments