Skip to content

Commit 2f028af

Browse files
authored
Merge pull request #1294 from s5bug/patch-1
2 parents 26dd022 + 157fe75 commit 2f028af

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

resources/js/functions.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -260,11 +260,7 @@ function getOS() {
260260
$(document).ready(function() {
261261
if ($(".main-download").length) {
262262
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);
263+
var stepOneContent = $("#stepOne-" + os).html();
268264
$("#download-step-one").html(stepOneContent);
269265
}
270266
});

0 commit comments

Comments
 (0)