CC-3174 : timeline
register js getting in way of toggling.
This commit is contained in:
parent
0746115d2c
commit
1b8a967cc0
|
@ -7,7 +7,7 @@
|
|||
<input type="button" id="sb_submit" class="ui-button ui-state-default" value="GO"></input>
|
||||
</div>
|
||||
<div class="sb-advanced-options">
|
||||
<fieldset class="padded display_field toggle push-down-8 closed">
|
||||
<fieldset class="padded display_field push-down-8 closed">
|
||||
<legend style="cursor: pointer;">
|
||||
<span class="ui-icon ui-icon-triangle-2-n-s"></span>
|
||||
Filter By Show:
|
||||
|
|
|
@ -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…
Reference in New Issue