From 61c6dcecad47ef6be02e48e59aaab54bf10b0952 Mon Sep 17 00:00:00 2001 From: Yukimi Kazari Date: Wed, 25 Jan 2017 08:01:18 -0500 Subject: [PATCH] Fix Script Window --- app/views/post/index.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/views/post/index.php b/app/views/post/index.php index 5b78059..27f5f30 100755 --- a/app/views/post/index.php +++ b/app/views/post/index.php @@ -1,5 +1,8 @@ provide('title', '/' . str_replace('_', ' ', $this->params()->tags)) ?>
+is_privileged_or_higher()) : ?> + partial('tag_script') ?> + tag_suggestions) : $total = count($this->tag_suggestions); @@ -19,10 +22,6 @@