From 96534de0c0dceefde8795e879927c5bedbdaa858 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Mon, 12 Jan 2015 17:27:46 +0200 Subject: 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) --- res/templates/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'res/templates') 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 @@ Rhizi Prototype - - + + + -- cgit v1.3.1