Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 8ed3459

Browse files
committed
fixed linting error
1 parent 3f4a765 commit 8ed3459

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/directives/challenge-links/challenge-links.directive.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import angular from 'angular'
1515
},
1616
link: function(scope, element, attrs) {
1717
element.on('click', function() {
18-
window.location.href = $(this).attr('href');
19-
});
18+
window.location.href = $(this).attr('href')
19+
})
2020
}
2121
}
2222
})

0 commit comments

Comments
 (0)