add missing spaces; 'switch' is not a function
This commit is contained in:
@@ -109,7 +109,7 @@
|
||||
function initPage()
|
||||
{
|
||||
// Handoff to the appropriate initializer, based on error code
|
||||
switch(getErrorCode()) {
|
||||
switch (getErrorCode()) {
|
||||
case "malwareBlocked" :
|
||||
initPage_malware();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user