Skip to content

Commit

Permalink
Merge pull request seyhunak#58 from minaguib/master
Browse files Browse the repository at this point in the history
.alert class
  • Loading branch information
seyhunak committed Feb 2, 2012
2 parents fed4519 + 872d6fc commit 52c7991
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -113,7 +113,7 @@ twitter-bootstrap-rails generates a "bootstrap.js.coffee" file for you
to /app/assets/javascripts/ folder.

$ ->
$(".alert-message").alert()
$(".alert").alert()
$ ->
$(".tabs").button()
$ ->
Expand Down
@@ -1,5 +1,5 @@
$ ->
$(".alert-message").alert()
$(".alert").alert()
$ ->
$(".tabs").button()
$ ->
Expand Down

0 comments on commit 52c7991

Please sign in to comment.