Actions
Bug #5946
closedTypeError: Wt3_3_8.$(...)
Start date:
09/24/2017
Due date:
% Done:
0%
Estimated time:
Description
I get this error on the browser console whenever I am navigating through my application internal path(See attached file)
I had cloned wt-homepage example and I have been modifying it.
Error below:
TypeError: Wt3_3_8.$(...) is null[Learn More] 127.0.0.1:8082:395:1
showLoadingIndicator http://127.0.0.1:8082/:395:1
ua http://127.0.0.1:8082/:229:121
Thank you in advance.
Files
Updated by Dennis Muriuki about 7 years ago
Sorry.
I had Commented this line that makes the chat popup. After uncommenting no error.
doJavaScript("setTimeout(function() { loadScript('http://127.0.0.1:8082/chat.js?div=chat', null); }, 0); ");
Actions