Sortable issues

This commit is contained in:
VSizov 2011-10-15 19:56:53 +03:00
parent 4e063deaa9
commit dd833d28ad
16 changed files with 59 additions and 16 deletions

View file

@ -1,5 +1,5 @@
if defined?(Footnotes) && Rails.env.development?
Footnotes.run! # first of all
#if defined?(Footnotes) && Rails.env.development?
#Footnotes.run! # first of all
# ... other init code
end
#end