Make shortcode emojis work, make getting started area scrollable
This commit is contained in:
@@ -19,8 +19,6 @@ $(() => {
|
||||
});
|
||||
|
||||
$('.webapp-btn').on('click', e => {
|
||||
console.log(e);
|
||||
|
||||
if (e.button === 0) {
|
||||
e.preventDefault();
|
||||
window.location.href = $(e.target).attr('href');
|
||||
|
Reference in New Issue
Block a user