Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for allowDuplicates (0.23 sec)

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

    unescape(link).replace('./', '').replace(/[\"#&'./:=?[\\]]/gi, '-').replace(/(--)/gi, '')\n    const navId = `tab-${uniqueName}`\n\n    if (!this._config.allowDuplicates && $(`#${navId}`).length > 0) {\n      return this.switchTab(`#${navId}`, this._config.allowReload)\n    }\n\n    if ((!this._config.allowDuplicates && $(`#${navId}`).length === 0) || this._config.allowDuplicates) {\n      this.createTab(title, link, uniqueName, autoOpen)\n    }\n  }\n\n  switchTab(item, reload = false) {\n    const $item = $(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