diff --git a/src/web/static/coda-slider-2.0/javascripts/jquery.coda-slider-2.0.js b/src/web/static/coda-slider-2.0/javascripts/jquery.coda-slider-2.0.js index 86096d0..76a6ce8 100755 --- a/src/web/static/coda-slider-2.0/javascripts/jquery.coda-slider-2.0.js +++ b/src/web/static/coda-slider-2.0/javascripts/jquery.coda-slider-2.0.js @@ -101,6 +101,7 @@ $.fn.codaSlider = function(settings) { if (currentPanel == panelCount) { this.style.display = 'none'; // Button display none; document.getElementById("controls-form").style.display = 'block'; // Show buttons controls; + document.getElementById("coda-slider-1").style.display = 'none'; // Description hidden; return false; offset = 0; currentPanel = 1; -- libgit2 0.21.2