summaryrefslogtreecommitdiff
path: root/src/client/rz_config.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/rz_config.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/rz_config.js')
-rw-r--r--src/client/rz_config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/rz_config.js b/src/client/rz_config.js
index 2258a77a..858fbf18 100644
--- a/src/client/rz_config.js
+++ b/src/client/rz_config.js
@@ -6,5 +6,6 @@ define(function() {
'rz_server_port': '8080',
'backend_enabled': true,
'backend__maintain_ws_connection': false,
+ 'feedback_url': '/feedback',
};
});