REFACTOR: removes superfluous argument (#9684)

hideTooltip doesnt accept any argument
This commit is contained in:
Joffrey JAFFEUX 2020-05-07 16:38:23 +02:00 committed by GitHub
parent 206d45fd96
commit 99c3ce03cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ export function showTooltip(e) {
pos.top -= delta.top;
pos.left -= delta.left;
hideTooltip(tooltipID);
hideTooltip();
$this.after(`
<div id="discourse-tooltip" ${retina}>