include EDS without displaying
Peter Schober
peter.schober at univie.ac.at
Fri Mar 1 04:20:42 EST 2013
* Peter Schober <peter.schober at univie.ac.at> [2013-03-01 09:47]:
> * Rod Widdowson <rdw at steadingsoftware.com> [2013-03-01 09:26]:
> > As a guess, can you make the div hidden? I don't *think* that the EDS
> > messes with the visibility at that level and AIUI hiding that would hide
> > everything else..
>
> Is that what I suggested in my email before?
>
> * Peter Schober <peter.schober at univie.ac.at> [2013-03-01 09:04]:
> > Or maybe always include the div (to satisfy the check) but set
> > display:none dynamically from Javascript or something?
Fyi, that also works. Setting <div style="display:none"> makes the EDS
disappear. So I could use that to always incude the EDS div (working
around the check) but chose not to show it by manipulting the CSS
display property via some method.
Less efficient (since it loads all the JS and CSS) but hardly so
compared to the config option of not complaining when the div is
missing, I suppose.
-peter
More information about the dev
mailing list