diff options
| author | Alon Levy <alon@pobox.com> | 2015-01-12 17:27:46 +0200 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2015-01-13 08:36:09 +0200 |
| commit | 96534de0c0dceefde8795e879927c5bedbdaa858 (patch) | |
| tree | 0c063105fe64f72b90dcf02bb55c0ad2ea4fd2ac /res/templates | |
| parent | 118e82810eb87d056d0fdd938dc3d598d0b53ccb (diff) | |
add feedback - no email yet, just client side plus server parse client post
Notes:
* using https://github.com/ivoviz/feedback
+ commit 337a8146e567a06035fb1f1ffedfce083be2a2d1
* with tiny changes to use require.js:
+ html2canvas.js & feedback.js (not minified) start+end lines
changed to call define
+ feedback.js changed to not load html2canvas since require.js does
that for us (dropping _html2canvas and getScript usage)
Diffstat (limited to 'res/templates')
| -rw-r--r-- | res/templates/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/res/templates/index.html b/res/templates/index.html index 13913ba2..60c916a6 100644 --- a/res/templates/index.html +++ b/res/templates/index.html @@ -1,8 +1,9 @@ <!DOCTYPE html> <head> <title>Rhizi Prototype </title> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <link href="/static/css/style.css" rel="stylesheet" type="text/css"> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <link href="/static/css/feedback.css" rel="stylesheet" type="text/css"> + <link href="/static/css/style.css" rel="stylesheet" type="text/css"> <link rel="shortcut icon" href="/static/img/favicon2.ico" /> <script src="/static/local_config.js"></script> |
