Export to GitHub

jsload - issue #5

Loads script 'undefined'


Posted on Jan 14, 2011 by Happy Panda

There is bug in function loadScript(version 0.9): after returning from function loadNext() script tries to load non existing file

line 223:if ( (iteration + 1) > srcSetObj.srcToLoad.length ) loadNext(); should be

223:if((iteration + 1) > srcSetObj.srcToLoad.length){loadNext();return;}

Comment #1

Posted on Jan 24, 2011 by Happy Panda

Seems code in svn is correct. So this bug is only in minified version. Need to update downloads section.

Status: New

Labels:
Type-Defect Priority-Medium