removed required "ajaxifying" class for #content - breaks browsers with noscript turned on.

This commit is contained in:
psychobunny
2014-03-02 23:36:27 -05:00
parent 88ca3733a7
commit 71675d0aa0
2 changed files with 2 additions and 9 deletions

View File

@@ -1,10 +1,3 @@
### 0.4x Refactor Notes
Please remove this file after 0.4x (or perhaps organize it so that we can see the history of breaking changes)
## Themes
* Required change in all themes - please add "ajaxifying" class to your header.tpl's #content div.
<div class="container ajaxifying" id="content">
Please remove this file after 0.4x (or perhaps organize it so that we can see the history of breaking changes)

View File

@@ -214,4 +214,4 @@
<input id="csrf_token" type="hidden" template-variable="csrf" value="{csrf}" />
<div class="container ajaxifying" id="content">
<div class="container" id="content">