From a2ef54cd927a7c1d92efc14f7178bde53c8e56cb Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 1 Dec 2018 08:20:09 +0300 Subject: toggleMark, togglePub: refactor implementation shorten marked/published img CSS classes --- plugins/mark_button/init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/mark_button/init.php b/plugins/mark_button/init.php index 3910305cd..2b8fa9242 100644 --- a/plugins/mark_button/init.php +++ b/plugins/mark_button/init.php @@ -22,12 +22,12 @@ class Mark_Button extends Plugin { if (sql_bool_to_bool($line["marked"])) { $marked_pic = "\"Unstar"; } else { $marked_pic = "\"Star"; } } -- cgit v1.2.3