Closed adrexia closed 11 years ago
i.e. throws: Uncaught TypeError: Cannot read property 'addSearchParams' of undefined in this situation:
if (typeof $.path.addSearchParams==='undefined') { throw "ss.pagination error: please include framework/admin/javascript/lib.js"; }
Might need to check whether typeof $.path ==='undefined' before checking a sub property?
Here you go https://github.com/mateusz/silverstripe-frontend/blob/master/javascript/jquery.ss.pagination.js#L118
Thanks!
i.e. throws: Uncaught TypeError: Cannot read property 'addSearchParams' of undefined in this situation:
if (typeof $.path.addSearchParams==='undefined') { throw "ss.pagination error: please include framework/admin/javascript/lib.js"; }
Might need to check whether typeof $.path ==='undefined' before checking a sub property?