This commit is contained in:
parent
3f6fda831b
commit
85beced0ed
1 changed files with 2 additions and 0 deletions
|
@ -134,6 +134,8 @@
|
||||||
// less.watch({
|
// less.watch({
|
||||||
// poll : 300
|
// poll : 300
|
||||||
// });
|
// });
|
||||||
|
|
||||||
|
// For changing language on Click in footer
|
||||||
$( 'ul#photos li:visible' ).each( function( i ){
|
$( 'ul#photos li:visible' ).each( function( i ){
|
||||||
$( this )[ (1&i) ? 'addClass' : 'removeClass' ]( 'photo-land-no' );
|
$( this )[ (1&i) ? 'addClass' : 'removeClass' ]( 'photo-land-no' );
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue