|
@@ -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');
|
|
|
})
|