diff --git a/user/themes/lecampus/js/site.js b/user/themes/lecampus/js/site.js index b11ce06..81866aa 100644 --- a/user/themes/lecampus/js/site.js +++ b/user/themes/lecampus/js/site.js @@ -78,7 +78,6 @@ function slide() { responsive: true, pager:true, preloadImages:'visible', - auto:true }); } @@ -130,7 +129,7 @@ function addclass() { }) var $out = $('.opt-out .txt'); - + $out.on('click', function() { $(this).parent('.opt-out').toggleClass('open'); })