mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 12:19:08 +00:00
Fix unrecognized .highlight. bug #84
This commit is contained in:
parent
0f89c96ba0
commit
e8a491c9ea
1 changed files with 1 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ under the License.
|
|||
|
||||
function activateLanguage(language) {
|
||||
if (!language) return;
|
||||
if (language === "") return;
|
||||
|
||||
$(".lang-selector a").removeClass('active');
|
||||
$(".lang-selector a[data-language-name='" + language + "']").addClass('active');
|
||||
|
|
|
|||
Loading…
Reference in a new issue