diff options
author | you | 2017-05-27 13:52:55 +0300 |
---|---|---|
committer | you | 2017-05-27 13:52:55 +0300 |
commit | dc430dec23586fd8a6ed3a0cc272f7cb1d8a8d88 (patch) | |
tree | f811cab95de96dd94f7dc6bf9f031944901883b8 /juick-www/src/main/webapp/WEB-INF/layouts | |
parent | 97e743385c94ac8a6084726d499c33373e255177 (diff) |
readonly mode is now provided by Cloudflare
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/layouts')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/layouts/content.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/layouts/content.html b/juick-www/src/main/webapp/WEB-INF/layouts/content.html index 00614579..ea9faa0f 100644 --- a/juick-www/src/main/webapp/WEB-INF/layouts/content.html +++ b/juick-www/src/main/webapp/WEB-INF/layouts/content.html @@ -12,7 +12,7 @@ <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no" /> <link rel="icon" href="//i.juick.com/favicon.png" /> </head> - <body id="body" data-readonly="{{ readonly }}"> + <body id="body"> {% include "views/partial/navigation" %} <section id="content"> {% block content %} |