Remove unused CSRF-handling JS from the layout, we'll probably not be making AJAX requests here anyway

This commit is contained in:
Danielle McLean 2017-10-05 07:49:58 +11:00
parent 69e3d7f267
commit d32b698545
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
2 changed files with 0 additions and 20 deletions

View file

@ -19,8 +19,6 @@ import Yesod.Auth.OpenId (authOpenId, IdentifierType (Claimed))
import Yesod.Default.Util (addStaticContentExternal)
import Yesod.Core.Types (Logger)
import qualified Yesod.Core.Unsafe as Unsafe
import qualified Data.CaseInsensitive as CI
import qualified Data.Text.Encoding as TE
-- | The foundation datatype for your application. This can be a good place to
-- keep settings and values requiring initialization before your application