assets/themes/j1/core/js/template.js in j1-template-2022.0.18 vs assets/themes/j1/core/js/template.js in j1-template-2022.1.0

- old
+ new

@@ -5,17 +5,17 @@ /***/ ((module) => { "use strict"; /* # ----------------------------------------------------------------------------- - # ~/js/adapter/adapter.js BBBBB + # ~/js/adapter/adapter.js # Provides an empty object for later loaded adapter objects # # Product/Info: # https://jekyll.one # - # Copyright (C) 2021 Juergen Adams + # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- */ @@ -30,11 +30,11 @@ /* eslint no-undef: "off" */ // ----------------------------------------------------------------------------- /*! * J1 Adapter - * Copyright (C) 2021 Juergen Adams + * Copyright (C) 2022 Juergen Adams * Licensed under MIT License. */ module.exports = function (j1, window) { return { @@ -61,11 +61,11 @@ # example block # # Product/Info: # https://jekyll.one # - # Copyright (C) 2021 Juergen Adams + # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # TODO: Improve lanuage settings @@ -1872,11 +1872,11 @@ # Provides JS functions to (dynamically) modify Asciidoctor HTML elements # # Product/Info: # http://jekyll.one # - # Copyright (C) 2021 Juergen Adams + # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under MIT License. # See: https://github.com/jekyll-one/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- # NOTE: @@ -1898,11 +1898,11 @@ // J1 Asciidoctor registered as "asciidoctor" // ----------------------------------------------------------------------------- /*! * J1 Asciidoctor - * Copyright (C) 2021 Juergen Adams + * Copyright (C) 2022 Juergen Adams * Licensed under MIT License. */ module.exports = function asciidoctor(options) { return { // ------------------------------------------------------------------------- @@ -1969,11 +1969,11 @@ # # Product/Info: # https://jekyll.one # http://getbootstrap.com/ # - # Copyright (C) 2021 Juergen Adams + # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- */ @@ -1989,11 +1989,11 @@ // ----------------------------------------------------------------------------- // module.exports = function core ( options ) { /*! * J1 Core - * Copyright (C) 2021 Juergen Adams + * Copyright (C) 2022 Juergen Adams * Licensed under MIT License. */ module.exports = function (options) { // --------------------------------------------------------------------------- @@ -2090,11 +2090,11 @@ /***/ }), /***/ 610: /***/ (() => { -function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } +function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } /* A simple jQuery function that can add listeners on attribute change. http://meetselva.github.io/attrchange/ @@ -2383,11 +2383,11 @@ # Product/Info: # https://jekyll.one # https://github.com/adamnurdin01/bootsnav # http://corenav.anurdin.net/ # - # Copyright (C) 2021 Juergen Adams + # Copyright (C) 2022 Juergen Adams # Copyright (C) 2016 adamnurdin01 # # J1 Template is licensed under MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # Bootsnav is licensed under MIT License. @@ -3092,12 +3092,12 @@ # Provides Javascript functions for smooth scrolling # # Product/Info: # http://jekyll.one # - # Copyright (C) 2020 Juergen Adams # + # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # ----------------------------------------------------------------------------- */ // ----------------------------------------------------------------------------- @@ -3807,11 +3807,11 @@ # Product/Info: # https://jekyll.one # https://tscanlin.github.io/tocbot # https://github.com/tscanlin/tocbot # - # Copyright (C) 2021 Juergen Adams + # Copyright (C) 2022 Juergen Adams # Copyright (C) 2016 Tim Scanlin # # J1 Template is licensed under MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # Tocbot is licensed under the MIT License. @@ -3961,11 +3961,11 @@ /***/ }), /***/ 799: /***/ (function(module, exports, __webpack_require__) { -var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;function _typeof(obj) { "@babel/helpers - typeof"; if (typeof Symbol === "function" && typeof Symbol.iterator === "symbol") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === "function" && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }; } return _typeof(obj); } +var __WEBPACK_AMD_DEFINE_FACTORY__, __WEBPACK_AMD_DEFINE_ARRAY__, __WEBPACK_AMD_DEFINE_RESULT__;function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); } /* # ----------------------------------------------------------------------------- # ~/js/tocbot/tocbot.js # Tocbot v4.12.0 implementation for J1 template @@ -3973,11 +3973,11 @@ # Product/Info: # https://jekyll.one # https://tscanlin.github.io/tocbot # https://github.com/tscanlin/tocbot # - # Copyright (C) 2021 Juergen Adams + # Copyright (C) 2022 Juergen Adams # Copyright (C) 2016 Tim Scanlin # # J1 Template is licensed under MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # Tocbot is licensed under the MIT License. @@ -10150,10 +10150,10 @@ # J1 Template Javascript Core library # # Product/Info: # https://jekyll.one # - # Copyright (C) 2021 Juergen Adams + # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # # ----------------------------------------------------------------------------- \ No newline at end of file