Get taglist working properly again with updated magicsuggest

This commit is contained in:
Hadi Nategh 2014-10-29 11:07:35 +00:00
parent c555d52e0d
commit 94a8b6e87b
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -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");
/** /**