smartblock ui: add collapsed "advanced options" section
This commit is contained in:
parent
4752c728b9
commit
13d6df24fb
5 changed files with 141 additions and 101 deletions
|
@ -566,6 +566,11 @@ function setupUI() {
|
|||
at: "right center"
|
||||
}
|
||||
});
|
||||
|
||||
activeTab.find('.smart-block-form .collapsible-header').click(function(){
|
||||
$(this).toggleClass('visible');
|
||||
$('.smart-block-advanced').toggle();
|
||||
})
|
||||
}
|
||||
|
||||
/* Utilizing jQuery this function finds the #datetime_select element on the given row
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue