Skip to content

Commit

Permalink
Remove custom code
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jan 5, 2016
1 parent b17fb2f commit 2c9a51b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions assets/js/src/__init.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,3 @@ window.Bloggy = Bloggy =
return 'mobile' if (w <= 480)
return 'tablet' if (w <= 1024)
'desktop'

$ ->
$(feature_one_selector).attr('id', 'feature-one')
$(feature_two_selector).attr('id', 'feature-two')

0 comments on commit 2c9a51b

Please sign in to comment.