Relative path for Dat() when lazy loading fixed

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(/\/$/,"");