forked from extern/egroupware
Get taglist working properly again with updated magicsuggest
This commit is contained in:
parent
c555d52e0d
commit
94a8b6e87b
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
/*egw:uses
|
/*egw:uses
|
||||||
et2_core_inputWidget;
|
et2_core_inputWidget;
|
||||||
/phpgwapi/js/jquery/magicsuggest/src/magicsuggest-1.3.1.js;
|
/phpgwapi/js/jquery/magicsuggest/magicsuggest.js;
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -602,4 +602,4 @@ et2_register_widget(et2_taglist_ro, ["taglist_ro","taglist_email_ro", "taglist_a
|
|||||||
|
|
||||||
// Require css
|
// Require css
|
||||||
// TODO: merge into etemplate2.css with all other widgets when done
|
// TODO: merge into etemplate2.css with all other widgets when done
|
||||||
if(typeof egw != 'undefined') egw(window).includeCSS(egw.webserverUrl + "/phpgwapi/js/jquery/magicsuggest/src/magicsuggest-1.3.1.css");
|
if(typeof egw != 'undefined') egw(window).includeCSS(egw.webserverUrl + "/phpgwapi/js/jquery/magicsuggest/magicsuggest.css");
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
/**
|
/**
|
||||||
* Magic suggest / tag list widget
|
* Magic suggest / tag list widget
|
||||||
*/
|
*/
|
||||||
@import url("../../../phpgwapi/js/jquery/magicsuggest/src/magicsuggest-1.3.1.css");
|
@import url("../../../phpgwapi/js/jquery/magicsuggest/magicsuggest.css");
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user