- use moo.fx js libraries to control collapsable divs for holding instructions and such which are nice to have around but we don't always want to see; - start on admin tool (edit categories) - more CSS cleanups git-svn-id: svn://10.0.0.236/trunk@184920 18797224-902f-48f8-a5cc-f745e15eee43
5 lines
144 B
JavaScript
5 lines
144 B
JavaScript
function adv_init() {
|
|
advSearchFormHeight = new fx.FadeSize('advSearchForm', {duration: 1000});
|
|
advSearchFormHeight.toggle('height');
|
|
}
|