From 886a87de2d36382f40830c0d28fd2f55871d0993 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Fri, 21 Feb 2014 13:48:13 +0000 Subject: toaster: Remove the data-toggle attribute Help icons with the .get-help class do not need the data-toggle attribute. That attribute initialises the Bootstrap tooltips, but they are already initialised in main.js for any element with the .get-help class. Signed-off-by: Belen Barros Pena --- lib/toaster/toastergui/templates/basetable_top.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/toaster/toastergui/templates/basetable_top.html b/lib/toaster/toastergui/templates/basetable_top.html index e2549f7d4..9df36472f 100644 --- a/lib/toaster/toastergui/templates/basetable_top.html +++ b/lib/toaster/toastergui/templates/basetable_top.html @@ -75,7 +75,7 @@ {% for tc in tablecols %} - {%if tc.qhelp%}{%endif%} + {%if tc.qhelp%}{%endif%} {%if tc.orderfield%}{{tc.name}}{%else%}{{tc.name}}{%endif%} {%if tc.ordericon%} {%endif%} {%if tc.filter%}
-- cgit 1.2.3-korg