mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 11:58:24 +01:00
fix URL of flags.css include
This commit is contained in:
parent
9b3de5db95
commit
9157a37480
@ -17,7 +17,7 @@ import {egw} from "../../jsapi/egw_global";
|
|||||||
* Customised Select widget for countries
|
* Customised Select widget for countries
|
||||||
* This widget uses CSS from api/templates/default/css/flags.css to set flags
|
* This widget uses CSS from api/templates/default/css/flags.css to set flags
|
||||||
*/
|
*/
|
||||||
egw(window).includeCSS("/egroupware/api/templates/default/css/flags.css")
|
egw(window).includeCSS("api/templates/default/css/flags.css")
|
||||||
|
|
||||||
export class Et2SelectCountry extends Et2Select
|
export class Et2SelectCountry extends Et2Select
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user