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

v1.18.x
psychobunny 11 years ago
parent 88ca3733a7
commit 71675d0aa0

@ -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">

@ -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">

Loading…
Cancel
Save