Commit d71ae97f authored by Robert Lord's avatar Robert Lord

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

parent cfa9f48d
......@@ -40,8 +40,8 @@ under the License.
var defaultLanguage = localStorage.getItem("language");
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!
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