Skip to content

Commit

Permalink
adjusted asset compile
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismatthieu committed Oct 8, 2011
1 parent f49d9e1 commit 92a31a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/stylesheets/application.css
Expand Up @@ -509,5 +509,5 @@ color: white;
text-align: left;
}

*= require jquery.treeTable
*= require on_the_spot_in_tree
/**= require jquery.treeTable*/
/**= require on_the_spot_in_tree*/
1 change: 1 addition & 0 deletions app/controllers/verses_controller.rb
Expand Up @@ -248,6 +248,7 @@ def highlight

respond_to do |format|
format.js { render :action => 'highlight', :content_type => 'text/javascript'}
format.json { render :action => 'highlight', :content_type => 'text/javascript'}
end

end
Expand Down

0 comments on commit 92a31a0

Please sign in to comment.