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
4cf86a0de9
commit
818a208b0d
1 changed files with 1 additions and 3 deletions
|
|
@ -9,9 +9,7 @@ _ = require 'underscore'
|
|||
module.exports.app = (appExports, model) ->
|
||||
user = model.at('_user')
|
||||
|
||||
alreadyShown = (before, after) ->
|
||||
debugger
|
||||
!(!before and after is true)
|
||||
alreadyShown = (before, after) -> !(!before and after is true)
|
||||
|
||||
showPopover = (selector, title, html, placement='bottom') ->
|
||||
$(selector).popover('destroy')
|
||||
|
|
|
|||
Loading…
Reference in a new issue