diff --git a/views/options/profile.jade b/views/options/profile.jade index a3cd75f21d..22052ecf53 100644 --- a/views/options/profile.jade +++ b/views/options/profile.jade @@ -156,7 +156,7 @@ script(id='partials/options.profile.stats.html', type='text/ng-template')   i.icon-question-sign(popover-trigger='mouseenter', popover-placement='right', popover=env.t('taskallocationpopover')) div(ng-show='user.preferences.automaticAllocation && !(user.preferences.allocationMode === "taskbased") && (user.stats.points > 0)') - a.btn.btn-primary.btn-mini(ng-click='user.ops.allocateNow(user.stats)', popover-trigger='mouseenter', popover-placement='right', popover=env.t('distributepointspopover')) + a.btn.btn-primary.btn-mini(ng-click='user.ops.allocateNow({})', popover-trigger='mouseenter', popover-placement='right', popover=env.t('distributepointspopover')) i.icon-download.icon-white   =env.t('distributepoints')