Skip to content
This repository has been archived by the owner on May 12, 2019. It is now read-only.

Commit

Permalink
fixed little bug in blog button selector
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Aug 12, 2015
1 parent 79546b7 commit e9c9a5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/js/src/cover.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ ->
Uno.search.form options.form if options.form?

$('#blog-button, #avatar-link').click ->
return $(selector).trigger('click') unless Uno.is 'device', 'desktop'
return $('#menu-button').trigger('click') unless Uno.is 'device', 'desktop'
_expand(hide: 'toggle', form: 'toggle')

$("#menu-button").click ->
Expand Down
Loading

0 comments on commit e9c9a5c

Please sign in to comment.