mirror of
https://github.com/Ekokumppanit/Lentolaskuri.git
synced 2026-01-26 03:03:58 +00:00
JavaScript strict: Strings must use singlequote.
This commit is contained in:
committed by
Ismo Vuorinen
parent
f49f246d1b
commit
88044975f9
@@ -54,6 +54,6 @@ require([
|
||||
'bootstrap',
|
||||
'libs/handlebar_helpers'
|
||||
], function ($, App) {
|
||||
$("html:first").removeClass("no-js").addClass('js'); // JavaScript detection
|
||||
$('html:first').removeClass('no-js').addClass('js'); // JavaScript detection
|
||||
var app = new App();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user