data-transition on link, and BaseTransition as interface
This commit is contained in:
@@ -5,7 +5,7 @@ const $document = $(document);
|
||||
const $window = $(window);
|
||||
const $html = $(document.documentElement).removeClass('has-no-js').addClass('has-js');
|
||||
const $body = $(document.body);
|
||||
const $pjaxWrapper = $('#js-pjax-wrapper');
|
||||
const $pjaxWrapper = $('#js-pjax-wrapper');
|
||||
|
||||
const isDebug = !!$html.data('debug');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user