You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I saw this also on a page that had dollar amounts defined as $ instead of '& # 3 6 ;' all the amounts were removed. (i.e Ticket is $12, the '$12' vanished.)
Objects defined in the global scope this way: window.$obj = {… will be removed when the js is beautified. -> window. = {…
The text was updated successfully, but these errors were encountered: