Merge pull request #56 from locomotivemtl/mcaskill-has-js
Mcaskill has js
This commit is contained in:
@@ -3,7 +3,7 @@ const DATA_API_KEY = '.data-api';
|
||||
|
||||
const $document = $(document);
|
||||
const $window = $(window);
|
||||
const $html = $(document.documentElement);
|
||||
const $html = $(document.documentElement).removeClass('has-no-js').addClass('has-js');
|
||||
const $body = $(document.body);
|
||||
|
||||
const isDebug = !!$html.data('debug');
|
||||
|
||||
Reference in New Issue
Block a user