Changeset 29441


Ignore:
Timestamp:
2014-11-17T14:22:58+13:00 (9 years ago)
Author:
kjdon
Message:

seems you need .css('display', ) instead of .css('display', null) to unset the display settings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/pages/document.xsl

    r29440 r29441  
    520520
    521521                                $("#zoomOptions input").prop("checked", false);
    522                                 $("#zoomOptions").css("display", null);
     522                                $("#zoomOptions").css("display", "");
    523523                            }
    524524                        </xsl:text>
Note: See TracChangeset for help on using the changeset viewer.