mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-04 21:59:51 +01:00
removed required "ajaxifying" class for #content - breaks browsers with noscript turned on.
This commit is contained in:
9
NOTES.md
9
NOTES.md
@@ -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)
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user