This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var EMAIL_PROTECTION_PATH = "/cdn-cgi/l/email-protection#"; | |
| var CF_EMAIL_SELECTOR = ".__cf_email__"; | |
| var CF_EMAIL_ATTR = "data-cfemail"; | |
| function logError(error) { | |
| try { | |
| if ("undefined" == typeof console) { | |
| return; | |
| } | |
| if ("error" in console) { |