mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-19 14:02:58 +01:00
cleanup
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
|
||||
<input class="test1" type="hidden" template-variable="expose_tools" value="{expose_tools}" />
|
||||
<input class="test1" type="hidden" template-variable="topic_id" value="{topic_id}" />
|
||||
<input class="test1" type="hidden" template-variable="locked" value="{locked}" />
|
||||
<input class="test1" type="hidden" template-variable="deleted" value="{deleted}" />
|
||||
<input class="test1" type="hidden" template-variable="pinned" value="{pinned}" />
|
||||
<input class="test1" type="hidden" template-variable="topic_name" value="{topic_name}" />
|
||||
<input class="test1" type="hidden" template-variable="postcount" value="{postcount}" />
|
||||
<input type="hidden" template-variable="expose_tools" value="{expose_tools}" />
|
||||
<input type="hidden" template-variable="topic_id" value="{topic_id}" />
|
||||
<input type="hidden" template-variable="locked" value="{locked}" />
|
||||
<input type="hidden" template-variable="deleted" value="{deleted}" />
|
||||
<input type="hidden" template-variable="pinned" value="{pinned}" />
|
||||
<input type="hidden" template-variable="topic_name" value="{topic_name}" />
|
||||
<input type="hidden" template-variable="postcount" value="{postcount}" />
|
||||
<input type="hidden" template-variable="twitter-intent-url" value="{twitter-intent-url}" />
|
||||
<input type="hidden" template-variable="facebook-share-url" value="{facebook-share-url}" />
|
||||
<input type="hidden" template-variable="google-share-url" value="{google-share-url}" />
|
||||
|
||||
Reference in New Issue
Block a user