Dotclear

Changeset 181


Ignore:
Timestamp:
03/14/08 16:51:03 (16 years ago)
Author:
bruno
Message:

(From Amalgame) Extended image extensions support, including uppercase extensions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/lightbox/_public.php

    r178 r181  
    4141          '$(function() {'."\n". 
    4242               '$("div.post").each(function() {'."\n". 
    43                     '$(this).find("a[href$=.jpg],a[href$=.jpeg],a[href$=.png],a[href$=.gif]").lightBox({'."\n". 
     43                    '$(this).find("a[href$=.jpg],a[href$=.jpeg],a[href$=.png],a[href$=.gif],'. 
     44                         'a[href$=.JPG],a[href$=.JPEG],a[href$=.PNG],a[href$=.GIF]").lightBox({'."\n". 
    4445                         "imageLoading  : '".html::escapeJS($url)."/images/lightbox-ico-loading.gif',\n". 
    4546                         "imageBtnPrev  : '".html::escapeJS($url)."/images/prev-btn.png',\n". 
Note: See TracChangeset for help on using the changeset viewer.

Sites map