Update template.

This commit is contained in:
BoHung Chiu 2022-06-26 18:07:41 +08:00
parent dd11045c03
commit a7a8935946
1 changed files with 0 additions and 2 deletions

View File

@ -39,7 +39,6 @@
</ul>
</div>
<script>
var flag = 1;
$('[data-subpart-id="{{subpart-id}}"] .pause-slide').click(function(){
$(this).parent("ul").parent('.w-ba-banner').find(".cycle-slideshow").cycle('pause');
$(this).addClass('active')
@ -57,7 +56,6 @@
$('[data-subpart-id="{{subpart-id}}"] .prev-button').click(function(){
$(this).parent("ul").parent('.w-ba-banner').find(".cycle-slideshow").cycle("prev");
})
</script>
<style type="text/css">
.w-ba-banner .controlplay .resume-slide.active i{