From 4aec1b1536811cd9964473e676c05ae4823d1876 Mon Sep 17 00:00:00 2001 From: Philip Häusler Date: Sun, 12 Jul 2015 20:06:34 +0200 Subject: fix doubleclick bug on user hint popover --- includes/sys_template.php | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'includes/sys_template.php') 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 ''; } -- cgit v1.2.3-54-g00ecf