CC-3174 : timeline
register js getting in way of toggling.
This commit is contained in:
parent
0746115d2c
commit
1b8a967cc0
2 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ $(document).ready(function(){
|
|||
|
||||
$builder.find('legend').click(function(ev, item){
|
||||
|
||||
$fs = $(this).parents('fieldset');
|
||||
var $fs = $(this).parents('fieldset');
|
||||
|
||||
if ($fs.hasClass("closed")) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue