Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SELECTOR_TAB_PANE (0.12 sec)

  1. src/main/webapp/js/admin/adminlte.min.js.map

    iframe`).attr('src'))\n    }\n  }\n\n  removeActiveTab(type, element) {\n    if (type == 'all') {\n      $(SELECTOR_TAB_NAVBAR_NAV_ITEM).remove()\n      $(SELECTOR_TAB_PANE).remove()\n      $(SELECTOR_TAB_EMPTY).show()\n    } else if (type == 'all-other') {\n      $(`${SELECTOR_TAB_NAVBAR_NAV_ITEM}:not(.active)`).remove()\n      $(`${SELECTOR_TAB_PANE}:not(.active)`).remove()\n    } else if (type == 'only-this') {\n      const $navClose = $(element)\n      const $navItem = $navClose.parent('.nav-item')\n...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 132.4K bytes
    - Viewed (0)
Back to top