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 26e03ce commit ea844d5Copy full SHA for ea844d5
assets/js/shapely-scripts.js
@@ -92,7 +92,7 @@
92
});
93
}, 200);
94
95
- if (1 == ShapelyAdminObject.sticky_header) {
+ if ('1' === ShapelyAdminObject.sticky_header) {
96
97
// Fix nav to top while scrolling
98
clNav = $('body .nav-container nav:first');
0 commit comments