smartblock ui: add collapsed "advanced options" section

This commit is contained in:
ryan 2018-12-13 09:11:42 -06:00
parent 4752c728b9
commit 13d6df24fb
5 changed files with 141 additions and 101 deletions

View file

@ -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