mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-07-01 07:01:12 +02:00
fix wrong/old url to load categories, now /api/categories.php
This commit is contained in:
@ -260,7 +260,7 @@ var et2_calendar_event = (function(){ "use strict"; return et2_valueWidget.exten
|
|||||||
}, {application:event.app||'calendar'});
|
}, {application:event.app||'calendar'});
|
||||||
|
|
||||||
// Get CSS too
|
// Get CSS too
|
||||||
egw.includeCSS('/phpgwapi/categories.php?app='+event.app);
|
egw.includeCSS('/api/categories.php?app='+event.app);
|
||||||
|
|
||||||
// Need cleaning? (DnD helper removes content)
|
// Need cleaning? (DnD helper removes content)
|
||||||
if(!this.div.has(this.title).length)
|
if(!this.div.has(this.title).length)
|
||||||
|
@ -1546,7 +1546,7 @@ var et2_calendar_planner = (function(){ "use strict"; return et2_calendar_view.e
|
|||||||
}, {application:event.data.app||'calendar'});
|
}, {application:event.data.app||'calendar'});
|
||||||
|
|
||||||
// Get CSS too
|
// Get CSS too
|
||||||
egw.includeCSS('/phpgwapi/categories.php?app='+event.data.app);
|
egw.includeCSS('/api/categories.php?app='+event.data.app);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user