jermartin77 / plusgallery

A responsive javascript based image gallery driven by photos from a 3rd party source.
61 stars 35 forks source link

Local image support #13

Closed SeppeMagiels closed 10 years ago

SeppeMagiels commented 11 years ago
SeppeMagiels commented 11 years ago

$.ajaxSetup({ cache: false }); breaks other javascript in some situations. So I replaced it with jQuery.ajaxSetup({ cache: false }); and now it works fine.