From 4aec1b1536811cd9964473e676c05ae4823d1876 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20H=C3=A4usler?= Date: Sun, 12 Jul 2015 20:06:34 +0200 Subject: [PATCH] fix doubleclick bug on user hint popover --- includes/sys_template.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/includes/sys_template.php b/includes/sys_template.php index 1c631dbe..001b1f37 100644 --- a/includes/sys_template.php +++ b/includes/sys_template.php @@ -85,9 +85,18 @@ function toolbar_dropdown($glyphicon, $label, $submenu, $class = '') { function toolbar_popover($glyphicon, $label, $content, $class = '') { $id = md5(microtime() . $glyphicon . $label); return ''; }