diff --git a/displayTables.js b/displayTables.js deleted file mode 100644 --- a/displayTables.js +++ /dev/null @@ -1,9 +0,0 @@ -$(document).ready(function() { - -function hideAllButFirst(){ - jQuery('.week').hide(); -}; - -hideAllButFirst(); - -} \ No newline at end of file