mirror of
https://github.com/flarum/core.git
synced 2025-08-06 08:27:42 +02:00
Compile dist
This commit is contained in:
committed by
David Sevilla Martín
parent
ef9612f55e
commit
df08d174ff
2445
js/dist/admin.js
vendored
2445
js/dist/admin.js
vendored
File diff suppressed because it is too large
Load Diff
2
js/dist/admin.js.map
vendored
2
js/dist/admin.js.map
vendored
File diff suppressed because one or more lines are too long
12
js/dist/forum.js
vendored
12
js/dist/forum.js
vendored
@@ -102,14 +102,6 @@ __webpack_require__.r(__webpack_exports__);
|
||||
|
||||
/* harmony reexport (safe) */ __webpack_require__.d(__webpack_exports__, "compat", function() { return _src_forum__WEBPACK_IMPORTED_MODULE_1__["compat"]; });
|
||||
|
||||
/*
|
||||
* This file is part of Flarum.
|
||||
*
|
||||
* (c) Toby Zerner <toby.zerner@gmail.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
@@ -14661,8 +14653,8 @@ var Select = /*#__PURE__*/function (_Component) {
|
||||
*/
|
||||
;
|
||||
|
||||
_proto.onchange = function onchange() {
|
||||
if (this.props.onchange) this.props.onchange(this);
|
||||
_proto.onchange = function onchange(value) {
|
||||
if (this.props.onchange) this.props.onchange(value);
|
||||
};
|
||||
|
||||
return Select;
|
||||
|
2
js/dist/forum.js.map
vendored
2
js/dist/forum.js.map
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user