Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for endResults (0.06 sec)

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

    this.close()\n      return\n    }\n\n    const searchResults = SearchItems.filter(item => (item.name).toLowerCase().includes(searchValue))\n    const endResults = $(searchResults.slice(0, this.options.maxResults))\n    $(SELECTOR_SEARCH_RESULTS_GROUP).empty()\n\n    if (endResults.length === 0) {\n      this._addNotFound()\n    } else {\n      endResults.each((i, result) => {\n        $(SELECTOR_SEARCH_RESULTS_GROUP).append(this._renderItem(escape(result.name), encodeURI(result.link), result.path))\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