git.cweiske.de
/
phorkie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9e9855
)
fix accidential bug in last commit
author
Christian Weiske
<
[email protected]
>
Tue, 27 Jan 2015 18:22:45 +0000
(19:22 +0100)
committer
Christian Weiske
<
[email protected]
>
Tue, 27 Jan 2015 18:22:45 +0000
(19:22 +0100)
www/js/phorkie.js
patch
|
blob
|
history
diff --git
a/www/js/phorkie.js
b/www/js/phorkie.js
index 5d965751cd54d723b049f66657a0fd8270fead0b..4817794356e0030861f993f049fee6af18c3413b 100644
(file)
--- a/
www/js/phorkie.js
+++ b/
www/js/phorkie.js
@@
-49,6
+49,6
@@
function toggleAdditional(elem, time)
var jt = jQuery(elem);
jt.children('i').toggleClass('icon-chevron-down')
.toggleClass('icon-chevron-up');
-
//
jt.parents('.row-fluid').children('.additional').toggle(time);
- jt.parents('.row-fluid').children('.additional').animate(time);
+ jt.parents('.row-fluid').children('.additional').toggle(time);
+
//
jt.parents('.row-fluid').children('.additional').animate(time);
}