diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2009-09-20 21:13:08 -0700 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2009-09-21 08:06:17 -0700 |
commit | be82d1f8f79ae4fa93f846d4b02d5f7b9516d5ed (patch) | |
tree | 0e8200eb1f517d19e740e325fb89ae05dd195cab /tools/Sandcastle/Presentation/vs2005/Scripts/script_feedBack.js | |
parent | ebead5f58f33a26294b48527ee12bd3af8a689a0 (diff) | |
download | DotNetOpenAuth-be82d1f8f79ae4fa93f846d4b02d5f7b9516d5ed.zip DotNetOpenAuth-be82d1f8f79ae4fa93f846d4b02d5f7b9516d5ed.tar.gz DotNetOpenAuth-be82d1f8f79ae4fa93f846d4b02d5f7b9516d5ed.tar.bz2 |
Upgraded Sandcastle to MSI.
Diffstat (limited to 'tools/Sandcastle/Presentation/vs2005/Scripts/script_feedBack.js')
-rw-r--r-- | tools/Sandcastle/Presentation/vs2005/Scripts/script_feedBack.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/Sandcastle/Presentation/vs2005/Scripts/script_feedBack.js b/tools/Sandcastle/Presentation/vs2005/Scripts/script_feedBack.js index 4f79de1..55ee44a 100644 --- a/tools/Sandcastle/Presentation/vs2005/Scripts/script_feedBack.js +++ b/tools/Sandcastle/Presentation/vs2005/Scripts/script_feedBack.js @@ -82,9 +82,9 @@ function GetRating() return sRating; } -function SubmitFeedback(alias, product, deliverable, productVersion, documentationVersion, defaultBody) +function SubmitFeedback(alias, product, deliverable, productVersion, documentationVersion, defaultBody, defaultSubject) { - var subject = title + var subject = defaultSubject + " (" + "/1:" + product |