Fix typo in selector

This commit is contained in:
Andreas Hocevar
2014-11-18 16:37:18 +01:00
parent a77b7aa817
commit 4714c9b380

View File

@@ -54,7 +54,7 @@ $(function () {
_onResize(); _onResize();
// show/hide unstable items // show/hide unstable items
var links = $('a[href^="ol."'); var links = $('a[href^="ol."]');
var unstable = $('.unstable'); var unstable = $('.unstable');
var stabilityToggle = $('#stability-toggle'); var stabilityToggle = $('#stability-toggle');
stabilityToggle.change(function() { stabilityToggle.change(function() {