This commit is contained in:
Saqib Razzaq 2015-06-15 12:47:31 +00:00
parent 3f6fda831b
commit 85beced0ed

View file

@ -134,6 +134,8 @@
// less.watch({
// poll : 300
// });
// For changing language on Click in footer
$( 'ul#photos li:visible' ).each( function( i ){
$( this )[ (1&i) ? 'addClass' : 'removeClass' ]( 'photo-land-no' );
});