gecko-dev/webtools/litmus/js/AdvancedSearch.js

5 lines
162 B
JavaScript
Raw Normal View History

function adv_init() {
advSearchFormHeight = new fx.Combo('advSearchForm', {opacity: true, height: true, duration: 1000});
advSearchFormHeight.toggle();
}