Make shortcode emojis work, make getting started area scrollable
This commit is contained in:
parent
db21724a5a
commit
98729d50c8
4 changed files with 13 additions and 7 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue