Fix typo in selector
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user