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
|
View = BasicView.extend
|
||||||
templateName: 'jobs/pre'
|
templateName: 'jobs/pre'
|
||||||
currentUserBinding: 'controller.currentUser.model'
|
currentUserBinding: 'controller.auth.currentUser'
|
||||||
|
|
||||||
logWillChange: (->
|
logWillChange: (->
|
||||||
console.log 'log view: log will change' if Log.DEBUG
|
console.log 'log view: log will change' if Log.DEBUG
|
||||||
|
|
Loading…
Reference in New Issue
Block a user