Skip to content

Commit 5edfc95

Browse files
author
mreishman
committed
fixed typo
1 parent 82255aa commit 5edfc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/js/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1250,7 +1250,7 @@ function pollSuccessInner(dataInner, dataInnerPass, dataInnerPassMaster)
12501250
{
12511251
arrayOfWatchFilters[noSpaceName]["WebsiteBase"] = null;
12521252
}
1253-
if(!("Website" in arrayOfWatchFilters[noSpaceName]))
1253+
if(!("website" in arrayOfWatchFilters[noSpaceName]))
12541254
{
12551255
arrayOfWatchFilters[noSpaceName]["website"] = null;
12561256
}

0 commit comments

Comments
 (0)