SyntaxError: Unexpected identifier ‘anti_cache’
-
WPLC breaks javascript and I get the error message: SyntaxError: Unexpected identifier ‘anti_cache’. I only noticed it in Safari. Seems to be a problem using the let keyword. On line 425 of wplc_server.js changing “let anti_cache = Date.now();” to “var anti_cache = Date.now();” seems to fix it.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘SyntaxError: Unexpected identifier ‘anti_cache’’ is closed to new replies.