mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
fix wrong/old url to load categories, now /api/categories.php
This commit is contained in:
parent
b9bfdb06c8
commit
7cb470d904
@ -260,7 +260,7 @@ var et2_calendar_event = (function(){ "use strict"; return et2_valueWidget.exten
|
||||
}, {application:event.app||'calendar'});
|
||||
|
||||
// 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)
|
||||
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'});
|
||||
|
||||
// Get CSS too
|
||||
egw.includeCSS('/phpgwapi/categories.php?app='+event.data.app);
|
||||
egw.includeCSS('/api/categories.php?app='+event.data.app);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user