Custom HTML Loading is not working #5590
Unanswered
ajayguptacrm
asked this question in
Q&A
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to load custom HTML in Grapes JS Editor, which is coming from a Legacy application, I'm getting some error while loading.
Sample HTML :
<title></title> <style type="text/css"> </style>You have @@REMINDER_COUNT@@ reminders due.
To review your reminders go to:
@@ADMIN_REMINDERS@@
Attaching Console.log as well :
CssSyntaxError: :1:484: Unknown word
at g2.error (index.js:2:10160)
at e3.exports.unknownWord (index.js:2:36624)
at e3.exports.other (index.js:2:35050)
at e3.exports.parse (index.js:2:35369)
at n2 (index.js:2:29478)
at get root [as root] (index.js:2:25037)
at i2.get [as root] (index.js:2:24345)
at l2 (index.js:2:51367)
at Object.parse (grapes.min.js:2:538826)
at Object.parse (grapes.min.js:2:544821)
Beta Was this translation helpful? Give feedback.
All reactions