-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Finished up functionality for JS and PHP functionality
JS and PHP have been melded together. So far it looks like the most efficient way of handling things. (Surely this will be incorrect next time I look at the code). Everything is ready for production environment. Bug fixes to follow :-)
- Loading branch information
1 parent
9bc0cfe
commit 33c86ad
Showing
4 changed files
with
55 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -109,3 +109,8 @@ input[type=checkbox]#slideout-button { | |
} | ||
} | ||
} | ||
|
||
@media only screen and (min-width: 1030px ) { | ||
|
||
} | ||
|