mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 07:53:43 +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'],
|
||||
bulkSelectEnabled: false,
|
||||
selected: [],
|
||||
period: null,
|
||||
|
||||
redirectedReason: Em.computed.alias('currentUser.redirected_to_top_reason'),
|
||||
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
$('#activate-account-form').submit();
|
||||
}).fail(function() {
|
||||
$('#activate-account-button').prop('disabled', false);
|
||||
console.log('test');
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user