Ignore:
Timestamp:
Nov 12, 2014, 1:58:23 PM (8 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #1885: Plugin definitions view plug-in page uses onactivate event

Also fixed on the plug-in configurations page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.3-stable/www/admin/pluginconfigurations/view_configuration.jsp

    r6311 r6592  
    404404      <t:tab id="annotations" title="Annotations"
    405405        tooltip="View annotation values" clazz="white"
    406         visible="<%=plugin != null && plugin.supports("net.sf.basedb.core.plugin.AnnotationSetterPlugin") %>"
    407         activate="AnnotationsList.loadOnce()">
     406        visible="<%=plugin != null && plugin.supports("net.sf.basedb.core.plugin.AnnotationSetterPlugin") %>">
    408407        <jsp:include page="../../common/annotations/list_frameset.jsp">
    409408          <jsp:param name="item_type" value="<%=itemType.name()%>" />
Note: See TracChangeset for help on using the changeset viewer.