Fix autologin in phar files and subdir installs
[phorkie.git] / www / js / phorkie.js
index 1171b1acc8b1cbc23c101abba7e2ff3093a87515..4817794356e0030861f993f049fee6af18c3413b 100644 (file)
@@ -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);
+}