1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Compile dist

This commit is contained in:
Alexander Skvortsov
2020-04-29 23:58:48 -04:00
committed by David Sevilla Martín
parent ef9612f55e
commit df08d174ff
4 changed files with 2347 additions and 114 deletions

2445
js/dist/admin.js vendored

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

12
js/dist/forum.js vendored
View File

@@ -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;

File diff suppressed because one or more lines are too long