From 459af67fcd6edcadeea88261ac792d76cdcec0ac Mon Sep 17 00:00:00 2001 From: Sabe Jones Date: Mon, 6 Jan 2014 21:20:54 -0600 Subject: [PATCH] Fix #2277: make Automatic Allocation checkbox set "task activity" mode --- views/options/profile.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/options/profile.jade b/views/options/profile.jade index 53972570e5..af57fecf72 100644 --- a/views/options/profile.jade +++ b/views/options/profile.jade @@ -148,7 +148,7 @@ script(id='partials/options.profile.stats.html', type='text/ng-template') h5 Unallocated Attribute Points: {{user.stats.points}} fieldset.auto-allocate label.checkbox - input(type='checkbox', ng-model='user.preferences.automaticAllocation', ng-change='set({"preferences.automaticAllocation": user.preferences.automaticAllocation?true: false})') + input(type='checkbox', ng-model='user.preferences.automaticAllocation', ng-change='set({"preferences.automaticAllocation": user.preferences.automaticAllocation?true: false})', ng-click='set({"preferences.allocationMode":"taskbased"})') | Automatic Allocation  i.icon-question-sign(popover-trigger='mouseenter', popover-placement='right', popover="Places points into attributes according to your preferences, when you level up.") form(ng-show='user.preferences.automaticAllocation')