mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
Parser: ensure url parser is used by filter widget
This commit is contained in:
parent
3a461d2293
commit
0531b3207b
@ -1763,6 +1763,7 @@
|
|||||||
format: function(s) {
|
format: function(s) {
|
||||||
return s ? $.trim(s.replace(/(https?|ftp|file):\/\//, '')) : s;
|
return s ? $.trim(s.replace(/(https?|ftp|file):\/\//, '')) : s;
|
||||||
},
|
},
|
||||||
|
parsed : true, // filter widget flag
|
||||||
type: "text"
|
type: "text"
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user