Remove some console logs
parent
0597881e02
commit
77a6d7d49a
|
@ -143,8 +143,6 @@ ProjectValuesDirective = ($log, $repo, $confirm, $location, animationFrame) ->
|
|||
goToBottomList = (focus = false) =>
|
||||
table = $el.find(".table-main")
|
||||
|
||||
console.log(table.offset().top + table.height())
|
||||
|
||||
$(document.body).scrollTop(table.offset().top + table.height())
|
||||
|
||||
if focus
|
||||
|
|
|
@ -357,7 +357,6 @@ ProjectMenuDirective = ($log, $compile, $auth, $rootscope, $tgAuth, $location, $
|
|||
$el.on "click", ".logo", (event) ->
|
||||
event.preventDefault()
|
||||
target = angular.element(event.currentTarget)
|
||||
console.log target
|
||||
$rootscope.$broadcast("nav:projects-list:open")
|
||||
|
||||
$el.on "click", ".user-settings .avatar", (event) ->
|
||||
|
|
Loading…
Reference in New Issue