08-09-2007 03:19 PM
01-03-2008 03:59 AM
07-17-2008 07:28 AM
07-17-2008 07:56 AM
stub-out the mootools javascript file itself (in scripts/ajax)Can you elaborate on that please ?
07-17-2008 10:12 AM
12-22-2008 04:59 AM
var scripts= document.getElementsByTagName('script');
var calendarLoaded = false;
for (var i=0;i<scripts.length;i++){
var script = scripts[i];
var file = script.src;
var search = file.lastIndexOf('calendar.js');
if (search>0){
calendarLoaded = true;
}
}
if (calendarLoaded){
}
else{ /*there is old code*/ }
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.