diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2018-10-05 16:33:59 +0200 |
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2018-10-05 16:33:59 +0200 |
| commit | d75351b30c38dc22e0071e18dc68be551eb628a7 (patch) | |
| tree | 42cf1576b093977f8c0a95cdd49931ec0ad7a8ae /templates/layouts | |
| parent | 3198689286984a47d0250712d9928c7a9ff2f7b9 (diff) | |
Use POST requests to modify data
Diffstat (limited to 'templates/layouts')
| -rw-r--r-- | templates/layouts/default.html.ep | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 5e0091c..d11bd2a 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -9,6 +9,7 @@ %= stylesheet '/static/css/local.css' %= javascript '/static/js/jquery-2.2.4.min.js' %= javascript '/static/js/materialize.min.js' + %= javascript '/static/js/travelynx-actions.js' </head> <body> |
