mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Stop autocomplete_url calls for taglist_thumbnail widget
This commit is contained in:
parent
6e33795cac
commit
ea80839b56
@ -1316,6 +1316,17 @@ et2_register_widget(et2_taglist_category, ["taglist-cat"]);
|
|||||||
*/
|
*/
|
||||||
var et2_taglist_thumbnail = (function(){ "use strict"; return et2_taglist.extend(
|
var et2_taglist_thumbnail = (function(){ "use strict"; return et2_taglist.extend(
|
||||||
{
|
{
|
||||||
|
attributes: {
|
||||||
|
"minChars": {
|
||||||
|
default: 0
|
||||||
|
},
|
||||||
|
"autocomplete_url": {
|
||||||
|
"default": ""
|
||||||
|
},
|
||||||
|
"autocomplete_params": {
|
||||||
|
"default": {}
|
||||||
|
}
|
||||||
|
},
|
||||||
init:function ()
|
init:function ()
|
||||||
{
|
{
|
||||||
this._super.apply(this, arguments);
|
this._super.apply(this, arguments);
|
||||||
|
Loading…
Reference in New Issue
Block a user