From 4714c9b3806b95d11ea92bbf87889e8cc83ce5c3 Mon Sep 17 00:00:00 2001 From: Andreas Hocevar Date: Tue, 18 Nov 2014 16:37:18 +0100 Subject: [PATCH] Fix typo in selector --- config/jsdoc/api/template/static/scripts/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/jsdoc/api/template/static/scripts/main.js b/config/jsdoc/api/template/static/scripts/main.js index 637f6d7e65..d57e4b9395 100644 --- a/config/jsdoc/api/template/static/scripts/main.js +++ b/config/jsdoc/api/template/static/scripts/main.js @@ -54,7 +54,7 @@ $(function () { _onResize(); // show/hide unstable items - var links = $('a[href^="ol."'); + var links = $('a[href^="ol."]'); var unstable = $('.unstable'); var stabilityToggle = $('#stability-toggle'); stabilityToggle.change(function() {