humhub/linkpreview-issues

Alert box showing "asdf"

Closed this issue · 1 comments

After adding a comment to a global content and submitting a form containing this comment, I got an alert box:
image

Isn't it a forgotten test in humhub.linkpreview.js?

        this.$.closest('form').on('submit', function () {
            alert('asdf');
        });

Image

seems already 6 years it works like this :)