Changeset 31430


Ignore:
Timestamp:
2017-02-17T23:04:01+13:00 (7 years ago)
Author:
Georgiy Litvinov
Message:

Added wait cursor property while getting sections

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/default/js/document_scripts.js

    r31429 r31430  
    301301    {
    302302        executeAfter();
     303        document.getElementById("gs_content").style.cursor = "default";
    303304        return;
    304305    }
     
    317318    if(!isSectionExpanded(idToExpand))
    318319    {
     320        document.getElementById("gs_content").style.cursor = "progress";
    319321        toggleSection(idToExpand, function(success)
    320322        {
Note: See TracChangeset for help on using the changeset viewer.