colouring-montreal/app
Maciej Ziarkowski 8b78a74874 Remove unnecessary form action/method
The forms calling the API had an unnecessary form action and method.
This is because the forms have an onSubmit hook calling preventDefault.
The attributes were removed to avoid confusion.
2019-08-15 12:19:43 +01:00
..
map_styles Fix for issue #144 Reduce number of classes for 'Number of storeys' legend 2019-04-16 14:33:07 +00:00
public Fix welcome text, logo spacing 2019-04-18 17:41:20 +01:00
src Remove unnecessary form action/method 2019-08-15 12:19:43 +01:00
.eslintignore Configure eslint 2019-05-27 16:13:11 +01:00
.eslintrc Lint prefer-const 2019-05-27 18:35:12 +01:00
.gitignore Merge frontend/api into universal react app 2018-09-09 22:22:44 +01:00
package-lock.json Minor updates to npm packages 2019-08-12 21:57:44 +01:00
package.json Minor updates to npm packages 2019-08-12 21:57:44 +01:00
razzle.config.js Setup TS build (failing), rename files to .ts/.tsx 2019-08-09 15:44:11 +01:00
tsconfig.json Fix ES to TS module import errors 2019-08-12 10:24:38 +01:00
tslint.json Setup TS build (failing), rename files to .ts/.tsx 2019-08-09 15:44:11 +01:00