mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-03-06 12:31:49 +01:00
Use minified version of simplebar to avoid js map notice
This commit is contained in:
@@ -5,7 +5,9 @@
|
||||
* Require **Grav 1.7.30**
|
||||
* PageMedia can now be collapsed and thumbnails previewed smaller, in order to save room on the page. Selection will be remembered.
|
||||
2. [](#improved)
|
||||
* Updated js dependencies
|
||||
* Updated JavaScript dependencies
|
||||
* Cleaned up JavaScript unused dependencies and warnings,
|
||||
* Removed unused style assets
|
||||
* Plugins list rows now properly highlight on hover, no more guessing when wanting to disable a plugin!
|
||||
3. [](#bugfix)
|
||||
* Fixed `elements` field when it's used inside `list` field
|
||||
|
||||
@@ -3,7 +3,7 @@ import '@babel/polyfill';
|
||||
|
||||
import $ from 'jquery';
|
||||
import './utils/remodal';
|
||||
import 'simplebar';
|
||||
import 'simplebar/dist/simplebar.min.js';
|
||||
import GPM, { Instance as gpm } from './utils/gpm';
|
||||
import KeepAlive from './utils/keepalive';
|
||||
import Updates, { Instance as updates, Notifications, Feed } from './updates';
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
import 'simplebar';
|
||||
12
themes/grav/js/admin.min.js
vendored
12
themes/grav/js/admin.min.js
vendored
@@ -709,8 +709,8 @@ var external_jQuery_default = /*#__PURE__*/__webpack_require__.n(external_jQuery
|
||||
$(window).on('hashchange.' + NAMESPACE, handleHashChangeEvent);
|
||||
});
|
||||
});
|
||||
// EXTERNAL MODULE: ./node_modules/simplebar/dist/simplebar.esm.js + 24 modules
|
||||
var simplebar_esm = __webpack_require__(17924);
|
||||
// EXTERNAL MODULE: ./node_modules/simplebar/dist/simplebar.min.js
|
||||
var simplebar_min = __webpack_require__(85766);
|
||||
// EXTERNAL MODULE: ./node_modules/toastr/toastr.js
|
||||
var toastr = __webpack_require__(8901);
|
||||
var toastr_default = /*#__PURE__*/__webpack_require__.n(toastr);
|
||||
@@ -14874,8 +14874,8 @@ var map = {
|
||||
"./si.js": 90124,
|
||||
"./sk": 64249,
|
||||
"./sk.js": 64249,
|
||||
"./sl": 34082,
|
||||
"./sl.js": 34082,
|
||||
"./sl": 14985,
|
||||
"./sl.js": 14985,
|
||||
"./sq": 51104,
|
||||
"./sq.js": 51104,
|
||||
"./sr": 49131,
|
||||
@@ -14894,8 +14894,8 @@ var map = {
|
||||
"./te.js": 23110,
|
||||
"./tet": 52095,
|
||||
"./tet.js": 52095,
|
||||
"./tg": 44257,
|
||||
"./tg.js": 44257,
|
||||
"./tg": 27321,
|
||||
"./tg.js": 27321,
|
||||
"./th": 9041,
|
||||
"./th.js": 9041,
|
||||
"./tk": 19005,
|
||||
|
||||
6581
themes/grav/js/vendor.min.js
vendored
6581
themes/grav/js/vendor.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user