summaryrefslogtreecommitdiffstats
path: root/public/regform.js
Commit message (Expand)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
* 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
* Use ajax to get member and song subforms.Harald Eilertsen2015-10-091-48/+8
* 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