From e68eae312c7718eb912691388b7c28ec8291ac75 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Tue, 21 Apr 2015 22:29:05 -0400 Subject: [PATCH] Render datatables in browser --- app/assets/javascripts/application.js | 1 - app/assets/stylesheets/application.css | 1 - app/views/layouts/_js.html.erb | 4 ++++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js index 4966855..aba7d2d 100644 --- a/app/assets/javascripts/application.js +++ b/app/assets/javascripts/application.js @@ -10,6 +10,5 @@ // Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details // about supported directives. // -//= require dataTables/jquery.dataTables //= require_tree . diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 978dd11..2e6e7ab 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -10,7 +10,6 @@ * defined in the other CSS/SCSS files in this directory. It is generally better to create a new * file per style scope. * - *= require dataTables/jquery.dataTables *= require_tree . *= require_self */ \ No newline at end of file diff --git a/app/views/layouts/_js.html.erb b/app/views/layouts/_js.html.erb index 292fce4..a2a4807 100644 --- a/app/views/layouts/_js.html.erb +++ b/app/views/layouts/_js.html.erb @@ -2,7 +2,11 @@ + + + +