Fix remove log button
This commit is contained in:
parent
c83afe458a
commit
6529449617
|
@ -25,7 +25,7 @@ Log.Scroll.prototype = $.extend new Log.Listener,
|
|||
|
||||
View = BasicView.extend
|
||||
templateName: 'jobs/pre'
|
||||
currentUserBinding: 'controller.currentUser.model'
|
||||
currentUserBinding: 'controller.auth.currentUser'
|
||||
|
||||
logWillChange: (->
|
||||
console.log 'log view: log will change' if Log.DEBUG
|
||||
|
|
Loading…
Reference in New Issue
Block a user