mirror of
https://github.com/danbulant/api_docs
synced 2026-06-20 14:51:22 +00:00
Remove excess whitespace, add extra equal sign to lang.js
This commit is contained in:
parent
cfa9f48dd0
commit
d71ae97f7a
1 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ under the License.
|
||||||
|
|
||||||
languages = l;
|
languages = l;
|
||||||
|
|
||||||
if ((location.search.substr(1) != "") && (jQuery.inArray(location.search.substr(1), languages)) != -1) {
|
if ((location.search.substr(1) !== "") && (jQuery.inArray(location.search.substr(1), languages)) != -1) {
|
||||||
// the language is in the URL, so use that language!
|
// the language is in the URL, so use that language!
|
||||||
activateLanguage(location.search.substr(1));
|
activateLanguage(location.search.substr(1));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue