Closed CreativeNotice closed 10 years ago
Line 125 if(href.match(/.(jpeg|jpg|gif|png)$/) != null){... should match with no case like so: if(href.match(/.(jpeg|jpg|gif|png)$/i) != null){...
This is fixed as of v1.1.
Line 125 if(href.match(/.(jpeg|jpg|gif|png)$/) != null){... should match with no case like so: if(href.match(/.(jpeg|jpg|gif|png)$/i) != null){...