Question

I am modifying firepath a firebug extension, my work is almost done, but I couldn't find any way to remove fbLocationList - the first combo box with searchable text box. I searched through all the files but it was neither enabled anywhere nor disabled.

Was it helpful?

Solution

The fbLocationButtons element, which contains the fbLocationList element is collapsed by default and just displayed in case the panel has a location defined.

So I assume you just need to remove the logic adding the location property to the panel, if you don't want to have the Location Menu displayed at all.

For reference, the same thread was opened in the Firebug discussion group.

Sebastian

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top