/**
* This code will call all the methods that are needed for page initialisation
* @author nchalon
*/
$(document).ready(function(){
  IpexlLib.initStoredSearch();
  IpexlLib.initEditors();
  IpexlLib.initDatePickers();
});

