fix wrong/old url to load categories, now /api/categories.php

This commit is contained in:
Ralf Becker 2016-04-26 14:35:58 +00:00
parent b9bfdb06c8
commit 7cb470d904
2 changed files with 8 additions and 8 deletions

View File

@ -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)

View File

@ -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);
}
}