From 6529449617cbafee73788dd32ab383e683083dc3 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Tue, 30 Jun 2015 09:41:34 +0200 Subject: [PATCH] Fix remove log button --- app/views/pre.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/pre.coffee b/app/views/pre.coffee index 6607559f..7b6e4d96 100644 --- a/app/views/pre.coffee +++ b/app/views/pre.coffee @@ -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