Skip to content

Commit aaa8e58

Browse files
authored
Testing the tests (#181)
1 parent b684d7a commit aaa8e58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/js/tip/tip.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ customElements.define('joomla-tip', class extends HTMLElement {
6767
}
6868
});
6969

70-
this.spanElement.innerHTML = '';
7170
this.spanElement.innerHTML = `<span class="toggletip-bubble ${this.position}">${this.tip}</span>`;
7271
}
7372

0 commit comments

Comments
 (0)