X-Git-Url: https://git.cweiske.de/phorkie.git/blobdiff_plain/97c4ac59eed8b66b2e7f85d8ac325b063fb8a0ce..55cdc68c7519323e43beb39bf3f12f8bbe116e02:/www/js/phorkie.js diff --git a/www/js/phorkie.js b/www/js/phorkie.js index 1171b1a..4817794 100644 --- a/www/js/phorkie.js +++ b/www/js/phorkie.js @@ -50,4 +50,5 @@ function toggleAdditional(elem, time) jt.children('i').toggleClass('icon-chevron-down') .toggleClass('icon-chevron-up'); jt.parents('.row-fluid').children('.additional').toggle(time); -} \ No newline at end of file + //jt.parents('.row-fluid').children('.additional').animate(time); +}