update channel filters
This commit is contained in:
parent
413a255477
commit
d4504e80a2
12 changed files with 248 additions and 326 deletions
|
@ -1,8 +1,4 @@
|
|||
(function () {
|
||||
|
||||
if (jQuery.widget) {
|
||||
return;
|
||||
}
|
||||
define(['jqm'], function () {
|
||||
|
||||
/*!
|
||||
* jQuery UI Widget c0ab71056b936627e8a7821f03c044aec6280a40
|
||||
|
@ -498,7 +494,7 @@
|
|||
(function ($, undefined) {
|
||||
|
||||
|
||||
var originalWidget = $.widget
|
||||
var originalWidget = $.widget;
|
||||
|
||||
$.widget = (function (orig) {
|
||||
return function () {
|
||||
|
@ -519,5 +515,4 @@
|
|||
|
||||
})(jQuery);
|
||||
|
||||
|
||||
})();
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue