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) --- src/client/app.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/client/app.js') diff --git a/src/client/app.js b/src/client/app.js index 4bb762d5..b0485090 100644 --- a/src/client/app.js +++ b/src/client/app.js @@ -12,7 +12,9 @@ FileSaver: lib_path + 'FileSaver', jquery: lib_path + 'jquery', 'jquery-ui': lib_path + 'jquery-ui', - socketio: lib_path + '/socket.io/socket.io.min_0.9.10', + socketio: lib_path + 'socket.io/socket.io.min_0.9.10', + html2canvas: lib_path + 'html2canvas', + feedback: lib_path + 'feedback', } } -- cgit v1.3.1