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