impress-audio icon indicating copy to clipboard operation
impress-audio copied to clipboard

This may cause toolbar plugin not work properly.

Open WulfricLee opened this issue 7 years ago • 0 comments

I tried these 3 situations:

  • Just jquery.js
<script type="text/javascript" src="js/jquery-2.1.3.js"></script>
<!-- <script type="text/javascript" src="js/impress-audio.js"></script> -->

Toolbar working good.

  • Just impress-audio.js
<!-- <script type="text/javascript" src="js/jquery-2.1.3.js"></script> -->
<script type="text/javascript" src="js/impress-audio.js"></script>

Toolbar working good too.

  • But when they come together
<script type="text/javascript" src="js/jquery-2.1.3.js"></script>
<script type="text/javascript" src="js/impress-audio.js"></script>

Toolbar lost it's jump step function, it just didn't jump anymore whichever step I indicated.

WulfricLee avatar Dec 05 '17 02:12 WulfricLee