Compare commits

...

1 Commits
6.1.3 ... 6.1.4

Author SHA1 Message Date
Deon George
b67df24219 Disable sorting - should be sorted by ajax method 2020-06-11 16:19:40 +10:00

View File

@@ -101,6 +101,11 @@
matcher: function () { return true; },
// Disable sorting and just return the items (items should by the ajax method)
sorter: function(items) {
return items;
},
updater: function (item) {
console.log(item.value);
window.parent.location.href = item.value;