Skip to content

Commit

Permalink
fix navigation error
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Pavlovic <[email protected]>
  • Loading branch information
stephanpavlovic committed Feb 14, 2013
1 parent 6b3d751 commit 061435b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/assets/javascripts/matches.js.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ $ ->
$(@).find("option[value='#{value}']").removeAttr('disabled')

if $(".no_mobile:visible").length > 0
$(".no_mobile input").attr("disabled","disabled")
$(".only_mobile input").attr("disabled","disabled")

if $(".only_mobile:visible").length > 0
$(".only_mobile input").attr("disabled","disabled")
$(".no_mobile input").attr("disabled","disabled")

$(".picture_selector").click ->
$team = $(@).closest(".team_members")
Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/mobile.css.sass
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.only_mobile
display: none
display: none !important

@media screen and (max-width: 980px)
.sidebar
Expand Down

0 comments on commit 061435b

Please sign in to comment.