summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-03-08 07:36:47 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-03-08 07:36:47 -0800
commit9d677a4fa58e61a750f62e28714a6f6945a7b3b9 (patch)
tree4ec3ae58295b6d0c15520daea14fdb4fe620d906
parentebf699a680e92b875c0b0d53d12134dc6c8283e9 (diff)
downloadDotNetOpenAuth-9d677a4fa58e61a750f62e28714a6f6945a7b3b9.zip
DotNetOpenAuth-9d677a4fa58e61a750f62e28714a6f6945a7b3b9.tar.gz
DotNetOpenAuth-9d677a4fa58e61a750f62e28714a6f6945a7b3b9.tar.bz2
Added missing project change.
-rw-r--r--projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj1
-rw-r--r--projecttemplates/MvcRelyingParty/Views/Account/LogOnScripts.ascx1
2 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj b/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj
index 6e51a58..02fd93a 100644
--- a/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj
+++ b/projecttemplates/MvcRelyingParty/MvcRelyingParty.csproj
@@ -137,6 +137,7 @@
<Content Include="Scripts\jquery.cookie.js" />
<Content Include="Scripts\LoginLink.js" />
<Content Include="Setup.aspx" />
+ <Content Include="Views\Account\LogOnScripts.ascx" />
<Content Include="Views\Account\LogOn.aspx" />
<Content Include="Views\Account\LogOnContent.ascx" />
<Content Include="Views\Account\EditFields.ascx" />
diff --git a/projecttemplates/MvcRelyingParty/Views/Account/LogOnScripts.ascx b/projecttemplates/MvcRelyingParty/Views/Account/LogOnScripts.ascx
index 8f0f52b..1f0e752 100644
--- a/projecttemplates/MvcRelyingParty/Views/Account/LogOnScripts.ascx
+++ b/projecttemplates/MvcRelyingParty/Views/Account/LogOnScripts.ascx
@@ -27,7 +27,6 @@
window.aspnetapppath = '/';
window.dnoa_internal.maxPositiveAssertionLifetime = 5 * 60 * 1000;
window.dnoa_internal.callbackAsync = function (argument, resultFunction, errorCallback) {
- var req = new Sys.Net.WebRequest();
jQuery.ajax({
async: true,
dataType: "text",