From 6a2f0eb475356ebe946a499a7a8bdee487b7ff32 Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Sun, 15 Apr 2012 03:18:55 -0400 Subject: REALLY fix fpostit this time Signed-off-by: Simon L'nu --- view/theme/dispy-dark/bottom.tpl | 1 + 1 file changed, 1 insertion(+) create mode 100644 view/theme/dispy-dark/bottom.tpl (limited to 'view/theme/dispy-dark/bottom.tpl') diff --git a/view/theme/dispy-dark/bottom.tpl b/view/theme/dispy-dark/bottom.tpl new file mode 100644 index 000000000..1b7dda8f8 --- /dev/null +++ b/view/theme/dispy-dark/bottom.tpl @@ -0,0 +1 @@ + -- cgit v1.2.3 From eb9ddb884a9fa2c9a1cc351830e953cf477a3a40 Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Fri, 20 Apr 2012 05:56:54 -0400 Subject: optimise imgs; add some comment editing knobs Signed-off-by: Simon L'nu --- view/theme/dispy-dark/bottom.tpl | 51 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) (limited to 'view/theme/dispy-dark/bottom.tpl') diff --git a/view/theme/dispy-dark/bottom.tpl b/view/theme/dispy-dark/bottom.tpl index 1b7dda8f8..a0298a7de 100644 --- a/view/theme/dispy-dark/bottom.tpl +++ b/view/theme/dispy-dark/bottom.tpl @@ -1 +1,52 @@ + -- cgit v1.2.3 From 5d2dd5798bcb8d9b100f0a19b822b0477c546160 Mon Sep 17 00:00:00 2001 From: Simon L'nu Date: Fri, 20 Apr 2012 06:42:08 -0400 Subject: fix the buttons. don't hide the buttons once shown Signed-off-by: Simon L'nu --- view/theme/dispy-dark/bottom.tpl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'view/theme/dispy-dark/bottom.tpl') diff --git a/view/theme/dispy-dark/bottom.tpl b/view/theme/dispy-dark/bottom.tpl index a0298a7de..130bfb25a 100644 --- a/view/theme/dispy-dark/bottom.tpl +++ b/view/theme/dispy-dark/bottom.tpl @@ -42,11 +42,5 @@ function insertFormatting(comment, BBcode, id) { function cmtBbOpen(id) { $(".comment-edit-bb-" + id).show(); - $(".comment-edit-bb-" + id + "> li").css({visibility: 'visible'}); - -} -function cmtBbClose(id) { - $(".comment-edit-bb-" + id).hide(); - $(".comment-edit-bb-" + id + "> li").css({visibility: 'none'}); } -- cgit v1.2.3