Skip to content
This repository was archived by the owner on Sep 19, 2018. It is now read-only.

Commit 9c38e50

Browse files
committed
remove extra blank line
1 parent 22208ac commit 9c38e50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

static/js/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,7 @@ var Codeweek = window.Codeweek || {};
250250
document.location.hash = "!" + country_code;
251251
});
252252

253-
$("#past-link").click(function (event) {
254-
253+
$("#past-link").click(function (event) {
255254
var newUrl = $(this).attr('href') + document.location.hash;
256255
$(this).attr('href', newUrl);
257256
});

0 commit comments

Comments
 (0)