mirror of
https://github.com/flarum/core.git
synced 2025-07-30 13:10:24 +02:00
Recompile JS
This commit is contained in:
@@ -16,13 +16,13 @@ System.register('flarum/suspend/components/SuspendUserModal', ['flarum/component
|
|||||||
|
|
||||||
function SuspendUserModal() {
|
function SuspendUserModal() {
|
||||||
babelHelpers.classCallCheck(this, SuspendUserModal);
|
babelHelpers.classCallCheck(this, SuspendUserModal);
|
||||||
return babelHelpers.possibleConstructorReturn(this, Object.getPrototypeOf(SuspendUserModal).apply(this, arguments));
|
return babelHelpers.possibleConstructorReturn(this, (SuspendUserModal.__proto__ || Object.getPrototypeOf(SuspendUserModal)).apply(this, arguments));
|
||||||
}
|
}
|
||||||
|
|
||||||
babelHelpers.createClass(SuspendUserModal, [{
|
babelHelpers.createClass(SuspendUserModal, [{
|
||||||
key: 'init',
|
key: 'init',
|
||||||
value: function init() {
|
value: function init() {
|
||||||
babelHelpers.get(Object.getPrototypeOf(SuspendUserModal.prototype), 'init', this).call(this);
|
babelHelpers.get(SuspendUserModal.prototype.__proto__ || Object.getPrototypeOf(SuspendUserModal.prototype), 'init', this).call(this);
|
||||||
|
|
||||||
var until = this.props.user.suspendUntil();
|
var until = this.props.user.suspendUntil();
|
||||||
var status = null;
|
var status = null;
|
||||||
|
Reference in New Issue
Block a user