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

Commit

Permalink
Merge branch 'release/v9'
Browse files Browse the repository at this point in the history
  • Loading branch information
PanfilovDenis committed Feb 27, 2013
2 parents 66c4c0f + 306051a commit 50bf218
Show file tree
Hide file tree
Showing 57 changed files with 792 additions and 2,634 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

# Ignore all logfiles and tempfiles.
/log/*.log
/log/untranslated.*.yml
/tmp

/coverage
Expand Down
2 changes: 1 addition & 1 deletion Capfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
load 'deploy'
require 'bundler/capistrano'
require 'rvm/capistrano'
load 'deploy/assets'
# load 'deploy/assets'
Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy' # remove this line to skip loading any of the default tasks

Expand Down
4 changes: 4 additions & 0 deletions app/assets/javascripts/custom.js.coffee
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
window.onload = ->
delay = (ms, func) -> setTimeout func, ms
delay 4000, -> $('.alert').fadeOut('slow')

7 changes: 0 additions & 7 deletions app/assets/javascripts/mania-js/bootstrap-old.js

This file was deleted.

0 comments on commit 50bf218

Please sign in to comment.