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

Commit

Permalink
fixed blog button behavior under mobile/tablet
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Apr 10, 2015
1 parent 8040c5f commit b4f9ce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions assets/js/src/cover.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ $ ->
$('.main').show()

$('#blog-button').click ->
return $("#cover-button").trigger("click") unless Uno.is 'device', 'desktop'
$('.cover').toggleClass 'collapsed'
Uno.search.form 'toggle'
$('.link-item').toggleClass 'collapsed'
Expand Down
Loading

0 comments on commit b4f9ce6

Please sign in to comment.