Hello
The browser raises this error with digRotate 4.0.16 on DNN 5.02.03:
Meldung: 'dnn' is undefined
Zeile: 3
Zeichen: 5
Code: 0
URI: http://www.sportklasse.ch/DesktopMo...grotate.js
The first lines of digrotate.js:
/* DigRotate 4.0.0 */
function DigRotate(clientId) {
this.Container = dnn.dom.getById(clientId);
this.Content1Div = dnn.dom.getById(clientId + "Content1");
this.Content2Div = dnn.dom.getById(clientId + "Content2");
this.Content1Div.style.zIndex = 1;
this.Content2Div.style.zIndex = 2;
this.PagerDiv = dnn.dom.getById(clientId + "Pager1");
How can this issue been solved?
Kind regards
Nicolo