fixed relative path for Dat() when lazy loading - forgot to assign the replace() back to the variable:
zim.PATH = zim.PATH.replace(/\/$/,"");
Just had:
zim.PATH.replace(/\/$/,"");
fixed relative path for Dat() when lazy loading - forgot to assign the replace() back to the variable:
zim.PATH = zim.PATH.replace(/\/$/,"");
Just had:
zim.PATH.replace(/\/$/,"");