mirror of
https://github.com/flarum/core.git
synced 2025-06-04 21:55:04 +02:00
Add missing semicolon
This commit is contained in:
parent
5382d0ce1a
commit
0db4708ef9
@ -78,7 +78,7 @@ export default function boot(app) {
|
||||
// Initialize FastClick, which makes links and buttons much more responsive on
|
||||
// touch devices.
|
||||
$(() => {
|
||||
FastClick.attach(document.body)
|
||||
FastClick.attach(document.body);
|
||||
|
||||
$('body').addClass('ontouchstart' in window ? 'touch' : 'no-touch');
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user