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
On line 48 of the regular JS file it reads: namespace = space || "simpleCart",. When I render the website, I get a console error that reads: Uncaught SyntaxError: Unexpected identifier and points directly to this line. I've no idea why.
I'm using Google Apps Script and thus, this file is "included" in the html page's code directly rather than referenced as an external file.
It seems to be working but produces this error and I'm not sure if it is causing other unforeseen errors.
The text was updated successfully, but these errors were encountered:
On line 48 of the regular JS file it reads:
namespace = space || "simpleCart",
. When I render the website, I get a console error that reads:Uncaught SyntaxError: Unexpected identifier
and points directly to this line. I've no idea why.I'm using Google Apps Script and thus, this file is "included" in the html page's code directly rather than referenced as an external file.
It seems to be working but produces this error and I'm not sure if it is causing other unforeseen errors.
The text was updated successfully, but these errors were encountered: