Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Collapsible Panel
Collapsible Panel
0
This discussion has been closed.
Comments
EDIT: I changed the selectors to be more encompassing, basically changed
var PanelItems = $$('#Panel ul li h2');
to
var PanelItems = $$('#Panel h2');
Which seemed to catch more items in the Panel
EDIT: Iget a JS errorError:
el has no properties Source File: vanilla/extensions/CollapsiblePanel/slidepanel.js Line: 30
I added an if(el) {...} to sidepanel.js and everything seems fine.
item.setStyle is not a function
http://localhost/Vanilla.1/extensions/CollapsiblePanel/slidepanel.js
Line 9
I am using FF on a local install with the Blogger theme. I looked but couldn't find any settings to check off. Are there any?
Would there be a way to disable the collapsible menu for specific nuggets? I'd like to show some custom items by default, especially Google Ads or widgets from other sites.
if(item.getText()=='Your Nugget Title') return;
Ok, this is a definite hack and disables the option of hiding it by always leaving it open.
I'm sure Fyorl can figure out something better...