diff options
Diffstat (limited to 'plugins/webbox/html/webbox.js')
-rw-r--r-- | plugins/webbox/html/webbox.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 += "</table><div class=\"tooltiptext\">To select entry,<br/>click and hold</div></div>" + result += "</table></div>" var listElement = document.getElementById("list"); |