From 9778f2ca122aa839e229841f8f7eba4f19ff5178 Mon Sep 17 00:00:00 2001 From: Paul Date: Wed, 4 Sep 2019 20:42:36 +0200 Subject: [PATCH] clean up code --- src/websrc/myesp.js | 56 --------------------------------------------- 1 file changed, 56 deletions(-) diff --git a/src/websrc/myesp.js b/src/websrc/myesp.js index 6f9c23603..0816d9db9 100644 --- a/src/websrc/myesp.js +++ b/src/websrc/myesp.js @@ -790,62 +790,6 @@ $(".noimp").on("click", function () { $("#noimp").modal("show"); }); -window.FooTable.MyFiltering = window.FooTable.Filtering.extend({ - construct: function (instance) { - this._super(instance); - this.acctypes = ["1", "99", "0"]; - this.acctypesstr = ["Always", "Admin", "Disabled"]; - this.def = "Access Type"; - this.$acctype = null; - }, - $create: function () { - this._super(); - var self = this, - $formgrp = $("
", { - "class": "form-group" - }) - .append($("