mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
fbffe3db10
- 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
5 lines
144 B
JavaScript
5 lines
144 B
JavaScript
function adv_init() {
|
|
advSearchFormHeight = new fx.FadeSize('advSearchForm', {duration: 1000});
|
|
advSearchFormHeight.toggle('height');
|
|
}
|