Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for _fixScrollHeight (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

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

    $(SELECTOR_CONTROL_SIDEBAR).hide()\n    }\n\n    this._fixHeight()\n    this._fixScrollHeight()\n\n    $(window).resize(() => {\n      this._fixHeight()\n      this._fixScrollHeight()\n    })\n\n    $(window).scroll(() => {\n      const $body = $('body')\n      const shouldFixHeight = $body.hasClass(CLASS_NAME_CONTROL_SIDEBAR_OPEN) ||\n          $body.hasClass(CLASS_NAME_CONTROL_SIDEBAR_SLIDE)\n\n      if (shouldFixHeight) {\n        this._fixScrollHeight()\n      }\n    })\n  }\n\n  _isNavbarFixed() {\n    const...
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Oct 26 01:49:09 GMT 2024
    - 132.4K bytes
    - Click Count (0)
Back to Top