Changeset 38990


Ignore:
Timestamp:
2024-05-03T19:18:17+12:00 (2 weeks ago)
Author:
anupama
Message:

Minor display and comment changes before committing more major changes where collage and phind's applet HTML elements (shims for webswing to use) get phased out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/transform/pages/webswing-phind.xsl

    r38984 r38990  
    270270       webswingParams["height"] = stripUnitOffAttribute("px", h);
    271271
    272        // Webswing only uses the width and height set on the webswing-collage element
     272       // Webswing only uses the width and height set on the webswing-phind element
    273273       // Override this with any dimensions set on any applet element, as that is user-controlled
    274274       // from GLI. style.setProperty failed without the 'important' parameter to force the setting.
     
    374374          if(typeof webswingInstance0.kill === 'function') { // it should exist
    375375             if(verbosity >= 3) {
    376                 console.log("@@@ Telling webswing to stop the collage application/applet");
     376                console.log("@@@ Telling webswing to stop the phind application/applet");
    377377         }
    378378         webswingInstance0.kill();
Note: See TracChangeset for help on using the changeset viewer.