Changeset 25653 for main/trunk


Ignore:
Timestamp:
2012-05-23T16:51:43+12:00 (12 years ago)
Author:
sjm84
Message:

Added a param that allows the skipping of ajax loads (used by the javascript)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSParams.java

    r25635 r25653  
    6262    public static final String FILE_LOCATION = "fl";
    6363    public static final String DOC_EDIT = "docEdit";
     64    public static final String AJAX_LOAD_BYPASS = "alb";
    6465
    6566    //Administration
     
    103104        addParameter(INLINE_TEMPLATE, false);
    104105        addParameter(DISPLAY_METADATA, false);
     106        addParameter(AJAX_LOAD_BYPASS, false);
    105107        addParameter(DOC_EDIT, false);
    106108        addParameter(PASSWORD, false);
Note: See TracChangeset for help on using the changeset viewer.