Use $ instead of jQuery.

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2020-05-26 06:36:34 +03:00
parent 23ff8c246c
commit bf4ba1b5b9

View File

@@ -5,9 +5,9 @@
* This file is copyright under the latest version of the EUPL.
* Please see LICENSE file for your rights under this license. */
// This code has been taken from
// This code has been adapted from
// https://datatables.net/plug-ins/sorting/ip-address
jQuery.extend(jQuery.fn.dataTableExt.oSort, {
$.extend($.fn.dataTableExt.oSort, {
"ip-address-pre": function (a) {
if (!a) {
return 0;