Hi Team,
I am getting the below error in the AEM authoring JS. When I comment one JS then its showing the same error for the other JS files as well. Please let me know if I need to add any dependencies.
@Vijayalakshmi_S @arunpatidar @Suraj_Kamdi
Solved! Go to Solution.
Views
Replies
Total Likes
@Vanitha_Duraisamy Please check the below URL and look for missing semicolons in mentioned Js.
https://stackoverflow.com/questions/42036349/uncaught-typeerror-intermediate-value-is-not-a-function
@Vanitha_Duraisamy Please check the below URL and look for missing semicolons in mentioned Js.
https://stackoverflow.com/questions/42036349/uncaught-typeerror-intermediate-value-is-not-a-function
Please check if you have set the categories as "cq.authoring.dialog",
"granite.ui.foundation.admin" for the author client library where you have your authoring JS files.
Thanks @Sudheer_Sundalam
Tried this but no luck.