summaryrefslogtreecommitdiffstats
path: root/public/regform.js
Commit message (Collapse)AuthorAgeFilesLines
* Add license header to source files.HEADmasterHarald Eilertsen2018-09-211-0/+16
|
* Only show add song button if javascript enabled.Harald Eilertsen2018-09-211-0/+1
|
* Make filling out song info more ergonomic.Harald Eilertsen2018-09-211-0/+14
| | | | | + Use javascript to hide song details fields by default. + Add button to show song details fields when clicked.
* Remove ajax code for adding songs/members.Harald Eilertsen2015-10-301-21/+0
|
* Simplify form: Just use a textarea for members.Harald Eilertsen2015-10-301-8/+0
|
* Fix missing slash in XMLHttpRequest URLs.Harald Eilertsen2015-10-301-2/+2
|
* Use base location when creating URL for XMLHttpRequests.Harald Eilertsen2015-10-301-2/+2
|
* Drop dependency on jQuery.Harald Eilertsen2015-10-281-13/+23
| | | | Hopefully XMLHttpRequest is supported and standardised enough to work accross browsers now.
* Use ajax to get member and song subforms.Harald Eilertsen2015-10-091-48/+8
| | | | | This instead of hard coding them in javascript. We will need the forms as ruby/erb templates anyways so no need to keep them two places.
* Test entering the form including javascript stuff.Harald Eilertsen2015-10-061-14/+14
|
* Add route to handle submitted form.Harald Eilertsen2015-10-031-7/+7
|
* Transform to a Sinatra appHarald Eilertsen2015-10-031-0/+59