Fix no-ssh-key-message path for cookie
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
parent
80b113705d
commit
00d6ac299e
1 changed files with 2 additions and 1 deletions
|
@ -42,6 +42,7 @@ $ ->
|
|||
$(@).parents('form').submit()
|
||||
|
||||
$('.hide-no-ssh-message').on 'click', (e) ->
|
||||
$.cookie('hide_no_ssh_message', 'false')
|
||||
path = '/'
|
||||
$.cookie('hide_no_ssh_message', 'false', { path: path })
|
||||
$(@).parents('.no-ssh-key-message').hide()
|
||||
e.preventDefault()
|
||||
|
|
Loading…
Reference in a new issue