Updated the footable Lib.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/*! UIkit 2.21.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
|
||||
/*! UIkit 2.25.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
|
||||
(function(addon) {
|
||||
|
||||
var component;
|
||||
@ -45,7 +45,7 @@
|
||||
|
||||
renderer: function(data) {
|
||||
|
||||
var $this = this, opts = this.options;
|
||||
var opts = this.options;
|
||||
|
||||
this.dropdown.append(this.template({"items":data.results || [], "msgResultsHeader":opts.msgResultsHeader, "msgMoreResults": opts.msgMoreResults, "msgNoResults": opts.msgNoResults}));
|
||||
this.show();
|
||||
@ -59,7 +59,7 @@
|
||||
var ele =UI.$(this);
|
||||
|
||||
if (!ele.data("search")) {
|
||||
var obj = UI.search(ele, UI.Utils.options(ele.attr("data-uk-search")));
|
||||
UI.search(ele, UI.Utils.options(ele.attr("data-uk-search")));
|
||||
}
|
||||
});
|
||||
},
|
||||
|
Reference in New Issue
Block a user