You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I moved the ipAddress parser into a separate file and replaced it with an image parser since it is much more common. I should make that change more obvious... or add it back?
The network parser should be loaded after tablesorter. I think that is why you're seeing that error. ts is defined on line 7: var ts = $.tablesorter.
ipv4 parser doesnt look like it works anymore until you use the network parser...
https://mottie.github.io/tablesorter/docs/example-parsers-ip-address.html
<li>The default "ipAdress" parser (IPv4) is included with the original tablesorter; it was moved to the <code>parser-network.js</code> file in <span class="version">v2.18.0</span>.</li>
was that supposed to say 'is NO LONGER included'?
loading the network parser I see:
The text was updated successfully, but these errors were encountered: