From ea80839b5613091b0874c739d6929d1e534c43f0 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 29 May 2018 18:14:42 +0200 Subject: [PATCH] Stop autocomplete_url calls for taglist_thumbnail widget --- api/js/etemplate/et2_widget_taglist.js | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/api/js/etemplate/et2_widget_taglist.js b/api/js/etemplate/et2_widget_taglist.js index b45fd92232..82d1a6337a 100644 --- a/api/js/etemplate/et2_widget_taglist.js +++ b/api/js/etemplate/et2_widget_taglist.js @@ -1316,6 +1316,17 @@ et2_register_widget(et2_taglist_category, ["taglist-cat"]); */ var et2_taglist_thumbnail = (function(){ "use strict"; return et2_taglist.extend( { + attributes: { + "minChars": { + default: 0 + }, + "autocomplete_url": { + "default": "" + }, + "autocomplete_params": { + "default": {} + } + }, init:function () { this._super.apply(this, arguments);