mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 10:25:49 +08:00
FIX: Refresh was losing top controls after bulk operation. Removed
console.log
This commit is contained in:
parent
69cb5bc425
commit
8bf27642ad
|
@ -5,6 +5,7 @@ var controllerOpts = {
|
||||||
needs: ['discovery'],
|
needs: ['discovery'],
|
||||||
bulkSelectEnabled: false,
|
bulkSelectEnabled: false,
|
||||||
selected: [],
|
selected: [],
|
||||||
|
period: null,
|
||||||
|
|
||||||
redirectedReason: Em.computed.alias('currentUser.redirected_to_top_reason'),
|
redirectedReason: Em.computed.alias('currentUser.redirected_to_top_reason'),
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,6 @@
|
||||||
$('#activate-account-form').submit();
|
$('#activate-account-form').submit();
|
||||||
}).fail(function() {
|
}).fail(function() {
|
||||||
$('#activate-account-button').prop('disabled', false);
|
$('#activate-account-button').prop('disabled', false);
|
||||||
console.log('test');
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user