More cleaning and renaming

This commit is contained in:
Brian Miyaji
2014-01-07 19:30:56 +11:00
parent 0dd53482b6
commit 96d26e68be
37 changed files with 515 additions and 198 deletions

8
assets/js/sportspress.js Normal file
View File

@@ -0,0 +1,8 @@
(function($) {
console.log('hello');
// Data tables
$('.sp-data-table').dataTable();
})(jQuery);