Skip to content

Commit ea844d5

Browse files
author
Cristian Raiber
committed
travisCI fixes
1 parent 26e03ce commit ea844d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/shapely-scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
});
9393
}, 200);
9494

95-
if (1 == ShapelyAdminObject.sticky_header) {
95+
if ('1' === ShapelyAdminObject.sticky_header) {
9696

9797
// Fix nav to top while scrolling
9898
clNav = $('body .nav-container nav:first');

0 commit comments

Comments
 (0)