mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-23 16:21:07 +00:00
6 lines
125 B
JavaScript
6 lines
125 B
JavaScript
|
/*starts flexslider */
|
||
|
jQuery(window).load(function() {
|
||
|
jQuery('.flexslider').flexslider({
|
||
|
animation: "slide"
|
||
|
});
|
||
|
});
|