Skip to content

Commit fe3c043

Browse files
committed
Update grayscale.js
1 parent 7f74edc commit fe3c043

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

js/grayscale.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ $('.navbar-collapse ul li a').click(function() {
2929
$('.navbar-toggle:visible').click();
3030
});
3131

32-
// remove the focused state after click, otherwise bootstrap
33-
// bootstrap will still highlight the link
32+
// remove the focused state after click,
33+
// otherwise bootstrap will still highlight the link
3434
$("a").mouseup(function(){
3535
$(this).blur();
3636
})

0 commit comments

Comments
 (0)