Ignore:
Timestamp:
2018-11-15T13:15:49+13:00 (5 years ago)
Author:
kjdon
Message:

am going to call expandAndExecute with null executeAfter function, so test it before calling it

File:
1 edited

Legend:

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

    r32502 r32602  
    329329    var parts = sectionID.split(".");
    330330    if(level >= parts.length)
    331     {
    332         executeAfter();
     331        {
     332       if (executeAfter) {
     333           executeAfter();
     334       }
    333335        document.getElementById("gs_content").style.cursor = "default";
    334336        return;
Note: See TracChangeset for help on using the changeset viewer.