Commit 693d5a91 authored by Michal Čihař's avatar Michal Čihař

Use type safe comparison

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 2d272c3e
......@@ -2,7 +2,7 @@ var loading = 0;
var machineTranslationLoaded = false;
var activityDataLoaded = false;
if (window.location.hash && window.location.hash == '#_=_') {
if (window.location.hash && window.location.hash === '#_=_') {
window.location.hash = '';
}
......
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