Ignore:
Timestamp:
2023-02-22T22:17:16+13:00 (14 months ago)
Author:
davidb
Message:

Next phase of webswing gli development: better colour for text on disabled tab text; busy cursor shown when first loading in; expanded to previewURL and downloadURL for better future-proofing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/gli/src/org/greenstone/gatherer/file/FileManager.java

    r37329 r37341  
    401401            String library_collect_file_url = library_collect_url + "/" + local_filename;
    402402           
    403             WebswingUtil.getWebswingApi().sendActionEvent("previewURL", library_collect_file_url, null);
     403            WebswingUtil.getWebswingApi().sendActionEvent("downloadURL", library_collect_file_url, null);
    404404            }
    405405            else {
Note: See TracChangeset for help on using the changeset viewer.