Common.js:25 error and fullcontent.js:1 error (PlusEMU frozen on 76% loading)

Aodhan

New Member
Feb 3, 2018
2
0
Hey guys,

Ive got a bit of an error with the client, everything is linked correctly with ext vars and emulator config as i am loading everything until i get to 76% loading on the client.
1st error: Uncaught ReferenceError: Class is not defined
at VM22 common.js:25

2nd error: fullcontent.js:1 Uncaught ReferenceError: Class is not defined
at fullcontent.js:1

quoted parts are the what being marked as an error in development tool.

common.js ---> "Class.create();TagHelper.initialized=false;TagHelper.init=function(a){if(TagHelper.initialized){return}TagHelper.initialized=true;TagHelper.loggedInAccountId=a;"

fullcontent.js ---> "Class.create();ListPaging.prototype={setOptions:function(a){this.options=this.options||{};Object.extend(this.options,a||{})},initialize:function(){this.pageNumber=1;this.bindElementsAndEvents()},bindElementsAndEvents:function(){this.contentElement=$(this.options.contentElementId);this.pagingElement=$(this.options.pagingElementId);"




Thanks in advance!
 

Users who are viewing this thread

Top