mirror of
https://gitlab.com/idotj/mastodon-embed-timeline.git
synced 2025-12-13 11:44:51 +00:00
remove console.log
This commit is contained in:
@@ -280,7 +280,6 @@ MastodonApi.prototype.getToots = function () {
|
|||||||
|
|
||||||
// Toot interactions
|
// Toot interactions
|
||||||
this.mtBodyContainer.addEventListener('click', function (event) {
|
this.mtBodyContainer.addEventListener('click', function (event) {
|
||||||
console.log({event});
|
|
||||||
// Check if clicked in a toot
|
// Check if clicked in a toot
|
||||||
if (event.target.localName == 'article' || event.target.offsetParent.localName == 'article' || event.target.localName == 'img') {
|
if (event.target.localName == 'article' || event.target.offsetParent.localName == 'article' || event.target.localName == 'img') {
|
||||||
openTootURL(event);
|
openTootURL(event);
|
||||||
|
|||||||
Reference in New Issue
Block a user