Commit db20aeba9a4fa4fdbf79fc64e897522c6ffe66c8

Authored by Valessio Soares de Brito
1 parent 20e79f8c
Exists in master and in 1 other branch add_vagrant

clean all in the last next

src/web/static/coda-slider-2.0/javascripts/jquery.coda-slider-2.0.js
... ... @@ -101,6 +101,7 @@ $.fn.codaSlider = function(settings) {
101 101 if (currentPanel == panelCount) {
102 102 this.style.display = 'none'; // Button display none;
103 103 document.getElementById("controls-form").style.display = 'block'; // Show buttons controls;
  104 + document.getElementById("coda-slider-1").style.display = 'none'; // Description hidden;
104 105 return false;
105 106 offset = 0;
106 107 currentPanel = 1;
... ...