summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--projecttemplates/MvcRelyingParty/Views/Shared/Site.Master2
1 files changed, 1 insertions, 1 deletions
diff --git a/projecttemplates/MvcRelyingParty/Views/Shared/Site.Master b/projecttemplates/MvcRelyingParty/Views/Shared/Site.Master
index ed68f0c..b819105 100644
--- a/projecttemplates/MvcRelyingParty/Views/Shared/Site.Master
+++ b/projecttemplates/MvcRelyingParty/Views/Shared/Site.Master
@@ -43,7 +43,7 @@
</div>
</div>
</div>
- <% if (Request.Url.IsLoopback) { %>
+ <% if (false && Request.Url.IsLoopback) { /* for some reason, Request.Url.IsLoopback fails on Casini. TODO: learn more and fix this. */%>
<script type="text/javascript" src='<%= Url.Content("~/Scripts/jquery-1.3.2.min.js") %>'></script>
<script type="text/javascript" src='<%= Url.Content("~/Scripts/jquery-ui-personalized-1.6rc6.min.js") %>'></script>
<% } else { %>