We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a6023d commit a6970efCopy full SHA for a6970ef
scripts/js-main.js
@@ -20,7 +20,7 @@ $(document).ready(function() {
20
$('#menu').css({'background': 'none'})
21
.css({'border': 'none'});
22
} else {
23
- $('#menu').css({'background': menu.background});
+ $('#menu').css({'background': menu.background})
24
.css({'border': menu.border});
25
}
26
}, 1);
0 commit comments