Skip to content

Commit a6970ef

Browse files
author
Jacob Krol
committed
Repaired syntax error
1 parent 8a6023d commit a6970ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/js-main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ $(document).ready(function() {
2020
$('#menu').css({'background': 'none'})
2121
.css({'border': 'none'});
2222
} else {
23-
$('#menu').css({'background': menu.background});
23+
$('#menu').css({'background': menu.background})
2424
.css({'border': menu.border});
2525
}
2626
}, 1);

0 commit comments

Comments
 (0)