Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    />').html(this._config.subtitle))\n    }\n\n    if (this._config.close == true) {\n      const toastClose = $('<button data-dismiss=\"toast\" />').attr('type', 'button').addClass('ml-2 mb-1 close').attr('aria-label', 'Close').append('<span aria-hidden=\"true\">&times;</span>')\n\n      if (this._config.title == null) {\n        toastClose.toggleClass('ml-2 ml-auto')\n      }\n\n      toastHeader.append(toastClose)\n    }\n\n    toast.append(toastHeader)\n\n    if (this._config.body != null) {\n      toast.append($('<div...
    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