From b671c8c07ae7690e069c8e3c1ef54a31c591775d Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Mon, 11 May 2020 12:35:34 +0200 Subject: Remove tooltiptext for files --- plugins/webbox/html/webbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/webbox/html/webbox.js') diff --git a/plugins/webbox/html/webbox.js b/plugins/webbox/html/webbox.js index c242037..c25b039 100644 --- a/plugins/webbox/html/webbox.js +++ b/plugins/webbox/html/webbox.js @@ -63,7 +63,7 @@ function loadContents(dir) { } } - result += "
To select entry,
click and hold
" + result += "" var listElement = document.getElementById("list"); -- cgit v1.2.3