Skip to content

Commit

Permalink
Fixed Namespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
doticca committed Jan 3, 2014
1 parent ef2dec9 commit d29478d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion Drivers/CookiecuttrSettingsPartDriver.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ protected override void Importing(CookiecuttrSettingsPart part, ImportContentCon
{
var partName = part.PartDefinition.Name;

//part.Record.RememberUser = GetAttribute<bool>(context, partName, "RememberUser");
part.Record.cookieDiscreetLinkText = GetAttribute<string>(context, partName, "cookieDiscreetLinkText");
part.Record.cookieDiscreetPosition = GetAttribute<string>(context, partName, "cookieDiscreetPosition");
part.Record.cookieDomain = GetAttribute<string>(context, partName, "cookieDomain");
Expand Down
3 changes: 0 additions & 3 deletions Styles/Web.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
<system.webServer>
<staticContent>
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="7.00:00:00" />

<remove fileExtension=".woff" />
<mimeMap fileExtension=".woff" mimeType="application/font-woff" />
</staticContent>

<handlers accessPolicy="Script,Read">
Expand Down

0 comments on commit d29478d

Please sign in to comment.