Changeset 2433


Ignore:
Timestamp:
11/12/09 16:50:13 (2 years ago)
Author:
erikroos
Message:

Added library of JavaScript functions to enable AJAX.

Location:
molgenis4animaldb
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • molgenis4animaldb/handwritten/java/plugin/eventman/ManageEventsPlugin.java

    r2432 r2433  
    4747                this.setSuccess(0); 
    4848        } 
     49         
     50        @Override 
     51    public String getCustomHtmlHeaders() 
     52    { 
     53        return "<script src=\"generated-res/scripts/addingajax.js\" language=\"javascript\"></script>"; 
     54    } 
    4955 
    5056        public List<Location> getLocationList() { 
Note: See TracChangeset for help on using the changeset viewer.