mirror of
https://github.com/Ekokumppanit/Lentolaskuri.git
synced 2026-03-12 17:57:50 +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',
|
'bootstrap',
|
||||||
'libs/handlebar_helpers'
|
'libs/handlebar_helpers'
|
||||||
], function ($, App) {
|
], function ($, App) {
|
||||||
$("html:first").removeClass("no-js").addClass('js'); // JavaScript detection
|
$('html:first').removeClass('no-js').addClass('js'); // JavaScript detection
|
||||||
var app = new App();
|
var app = new App();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user