Changeset 24555


Ignore:
Timestamp:
2011-09-05T10:14:51+12:00 (13 years ago)
Author:
sjm84
Message:

Added a missing ;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/web/interfaces/oran/js/classifier_scripts.js

    r24521 r24555  
    8787                {
    8888                    loopFunction(sectionArray, index + 1);
    89                 }, 50);
     89                }, 25);
    9090               
    91                 return true
     91                return true;
    9292            }
    9393           
     
    9595            {
    9696                loopFunction(sectionArray, index);
    97             }, 50);
     97            }, 25);
    9898            return false;
    9999        }
Note: See TracChangeset for help on using the changeset viewer.