summaryrefslogtreecommitdiff
path: root/src/client/app.js
diff options
context:
space:
mode:
authorAlon Levy <alon@pobox.com>2015-01-12 17:27:46 +0200
committerAlon Levy <alon@pobox.com>2015-01-13 08:36:09 +0200
commit96534de0c0dceefde8795e879927c5bedbdaa858 (patch)
tree0c063105fe64f72b90dcf02bb55c0ad2ea4fd2ac /src/client/app.js
parent118e82810eb87d056d0fdd938dc3d598d0b53ccb (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 'src/client/app.js')
-rw-r--r--src/client/app.js4
1 files changed, 3 insertions, 1 deletions
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',
}
}