You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elements that are hidden during the print function should be restored to their previous display value. Currently they are set to "block". I've included a patch below.
Sounds like a good idea. But anFeature[cFeature][i].style.display isn't always going to be set is it? Only if the display property has been calculated previously. Does it not need to be $(anFeature[cFeature][i]).css('display')? I was a little concerned before about speed if there were a lot of elements on the page, but it is probably acceptable now.
Elements that are hidden during the print function should be restored to their previous display value. Currently they are set to "block". I've included a patch below.
https://gist.github.com/zachlowry/5220953
The text was updated successfully, but these errors were encountered: