mirror of
https://github.com/flarum/framework.git
synced 2025-02-01 17:34:16 +08:00
Recompile JS
This commit is contained in:
parent
2c448fe090
commit
e32202203e
|
@ -16,13 +16,13 @@ System.register('flarum/suspend/components/SuspendUserModal', ['flarum/component
|
|||
|
||||
function 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, [{
|
||||
key: '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 status = null;
|
||||
|
|
Loading…
Reference in New Issue
Block a user