Commit d71ae97f authored by Robert Lord's avatar Robert Lord

Remove excess whitespace, add extra equal sign to lang.js

parent cfa9f48d
...@@ -41,7 +41,7 @@ under the License. ...@@ -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));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment