mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-02 13:05:24 +00:00
Moved jquery and datatables back to asset pipline. Log out now works
This commit is contained in:
@@ -11,4 +11,7 @@
|
||||
// about supported directives.
|
||||
//
|
||||
//= require_tree .
|
||||
//= require jquery
|
||||
//= require jquery_ujs
|
||||
//= require dataTables/jquery.dataTables
|
||||
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
# Place all the behaviors and hooks related to the matching controller here.
|
||||
# All this logic will automatically be available in application.js.
|
||||
# You can use CoffeeScript in this file: http://coffeescript.org/
|
||||
jQuery ->
|
||||
$('#matches').dataTable()
|
||||
dJQueryUI: true
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
# Place all the behaviors and hooks related to the matching controller here.
|
||||
# All this logic will automatically be available in application.js.
|
||||
# You can use CoffeeScript in this file: http://coffeescript.org/
|
||||
jQuery ->
|
||||
$('#tournaments').dataTable()
|
||||
dJQueryUI: true
|
||||
Reference in New Issue
Block a user