mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
remove debugger
This commit is contained in:
parent
22ac8e1d16
commit
881847b13a
1 changed files with 0 additions and 1 deletions
|
|
@ -32,7 +32,6 @@ reconstructPage = (model) ->
|
||||||
#for some reason selecting a date doesn't fire a change event on the field, meaning our changes aren't saved
|
#for some reason selecting a date doesn't fire a change event on the field, meaning our changes aren't saved
|
||||||
#FIXME also, it saves as a day behind??
|
#FIXME also, it saves as a day behind??
|
||||||
model.at(ev.target).set 'date', moment(ev.date).add('d',1).format('MM/DD/YYYY')
|
model.at(ev.target).set 'date', moment(ev.date).add('d',1).format('MM/DD/YYYY')
|
||||||
debugger
|
|
||||||
|
|
||||||
###
|
###
|
||||||
Loads JavaScript files from (1) public/js/* and (2) external sources
|
Loads JavaScript files from (1) public/js/* and (2) external sources
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue