diff options
| author | Lester Caine <lester@lsces.co.uk> | 2026-05-18 09:08:05 +0100 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2026-05-18 09:08:05 +0100 |
| commit | a4b37ab577f3a4ef18d415dbc1940d71a51bc71d (patch) | |
| tree | 35d399fac7bcb477a09b73131aa6ed956e157ee1 /js | |
| parent | 2aaa48aa8003645c5087f8fd966faa642ec5b8b9 (diff) | |
| download | themes-a4b37ab577f3a4ef18d415dbc1940d71a51bc71d.tar.gz themes-a4b37ab577f3a4ef18d415dbc1940d71a51bc71d.tar.bz2 themes-a4b37ab577f3a4ef18d415dbc1940d71a51bc71d.zip | |
Trim redundent use of legacy code
Diffstat (limited to 'js')
| -rwxr-xr-x | js/fancyzoom/js-global/FancyZoom.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/js/fancyzoom/js-global/FancyZoom.js b/js/fancyzoom/js-global/FancyZoom.js index 19fcae8..93446de 100755 --- a/js/fancyzoom/js-global/FancyZoom.js +++ b/js/fancyzoom/js-global/FancyZoom.js @@ -35,10 +35,6 @@ // SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// {{{ BITMOD -// Modifications to make it work with bitweaver: -// rename setOpacity to _setOpacity to avoid conflicts with mochikit. -// }}} BITMOD var includeCaption = true; // Turn on the "caption" feature, and write out the caption HTML |
