[Pkg-mozext-commits] [wot] 61/226: added production URL for the form
David Prévot
taffit at moszumanska.debian.org
Fri May 1 00:35:34 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository wot.
commit f495662757c75c26a53f66bacaf7ddd593a82a21
Author: Sergey Andryukhin <sorgoz at yandex.com>
Date: Wed Jan 2 10:15:24 2013 +0200
added production URL for the form
---
content/surveys.js | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/content/surveys.js b/content/surveys.js
index 40b6d67..6b03e74 100644
--- a/content/surveys.js
+++ b/content/surveys.js
@@ -1,6 +1,6 @@
/*
surveys.js
- Copyright © 2012 - WOT Services Oy <info at mywot.com>
+ Copyright © 2012 - 2013 WOT Services Oy <info at mywot.com>
This file is part of WOT.
@@ -26,7 +26,8 @@ var wot_surveys = {
fbl_form_schema: "//",
storage_file: "storage.json",
- fbl_form_uri: "fbl.local/feedback/1/surveys.html", // don't forget to change version!
+// fbl_form_uri: "fbl.local/feedback/1/surveys.html", // for dev only. don't forget to change version!
+ fbl_form_uri: "api.mywot.com/feedback/1/surveys.html", // don't forget to change version!
re_fbl_uri: null,
wrapper_id: "wot_surveys_wrapper",
is_shown: false,
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/wot.git
More information about the Pkg-mozext-commits
mailing list