Commit 4b05481379472cc0d30f171d90999e376a92aff3

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

show controls-forms only avaliations

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