/* ----------------------------------------------------------------------------- GALLY-MINIMALIST Template for Piwigo ------------------------------------------------------------------------------ file release: 1.0.0 theme release: 1.5.0 ------------------------------------------------------------------------------ author: grum at piwigo.org << May the Little SpaceFrog be with you >> ------------------------------------------------------------------------------ Specific JS for the theme see the release_notes.txt file for more informations ----------------------------------------------------------------------------- */ var gallyMinimalist=null; $(document).ready( function() { gallyMinimalist=new GallyMinimalist(); } ); function GallyMinimalist() { function init() { var flag=$('li.menuf a.activeFlag'); if(flag.length>0) changeFlagTip(); } function changeFlagTip() { $('li.menuf img').addClass('sTipOnTop'); } init(); }