More cleaning and renaming
This commit is contained in:
8
assets/js/sportspress.js
Normal file
8
assets/js/sportspress.js
Normal file
@@ -0,0 +1,8 @@
|
||||
(function($) {
|
||||
|
||||
console.log('hello');
|
||||
|
||||
// Data tables
|
||||
$('.sp-data-table').dataTable();
|
||||
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user