Produced by Araxis Merge on 2024-03-04 14:38:51 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | /Users/coca/Documents/www/Porto v4.0.2/Theme Files/Magento 2.x/Porto Theme v4.0.7/app/design/frontend/Smartwave/porto/Mageplaza_AjaxLayer/web/js/model | loader.js | 2021-01-20 04:38:34 +0000 |
| 2 | /Users/coca/Documents/www/Porto v4.0.2/Theme Files/Magento 2.x/Porto Theme v4.0.8/app/design/frontend/Smartwave/porto/Mageplaza_AjaxLayer/web/js/model | loader.js | 2024-01-30 04:41:35 +0000 |
| Description | Between Files 1 and 2 | |
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 2 | 82 |
| Changed | 1 | 2 |
| Inserted | 0 | 0 |
| Removed | 0 | 0 |
| Whitespace | Consecutive whitespace is treated as a single space |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
| Active line-pairing rules |
No regular expressions were active.
| 1 | /** | 1 | /** | |||
| 2 | * Mageplaza | 2 | * Mageplaza | |||
| 3 | * | 3 | * | |||
| 4 | * NOTICE OF LICENSE | 4 | * NOTICE OF LICENSE | |||
| 5 | * | 5 | * | |||
| 6 | * This source file is subject to the Mageplaza.com license that is | 6 | * This source file is subject to the Mageplaza.com license that is | |||
| 7 | * available through the world-wide-web at this URL: | 7 | * available through the world-wide-web at this URL: | |||
| 8 | * https://www.mageplaza.com/LICENSE.txt | 8 | * https://www.mageplaza.com/LICENSE.txt | |||
| 9 | * | 9 | * | |||
| 10 | * DISCLAIMER | 10 | * DISCLAIMER | |||
| 11 | * | 11 | * | |||
| 12 | * Do not edit or add to this file if you wish to upgrade this extension to newer | 12 | * Do not edit or add to this file if you wish to upgrade this extension to newer | |||
| 13 | * version in the future. | 13 | * version in the future. | |||
| 14 | * | 14 | * | |||
| 15 | * @category Mageplaza | 15 | * @category Mageplaza | |||
| 16 | * @package Mageplaza_AjaxLayer | 16 | * @package Mageplaza_AjaxLayer | |||
| 17 | * @copyright Copyright (c) Mageplaza (http://www.mageplaza.com/) | 17 | * @copyright Copyright (c) Mageplaza (http://www.mageplaza.com/) | |||
| 18 | * @license https://www.mageplaza.com/LICENSE.txt | 18 | * @license https://www.mageplaza.com/LICENSE.txt | |||
| 19 | */ | 19 | */ | |||
| 20 | 20 | |||||
| 21 | define(['jquery'], function ($) { | 21 | define(['jquery'], function ($) { | |||
| 22 | 'use strict'; | 22 | 'use strict'; | |||
| 23 | 23 | |||||
| 24 | return { | 24 | return { | |||
| 25 | /** | 25 | /** | |||
| 26 | * Start full page loader action | 26 | * Start full page loader action | |||
| 27 | */ | 27 | */ | |||
| 28 | startLoader: function () { | 28 | startLoader: function () { | |||
| 29 | $('.sidebar-overlay').click(); | 29 | $('.sidebar-overlay').click(); | |||
| 30 | $('.ln_overlay').show(); | 30 | $('.ln_overlay').show(); | |||
| 31 | }, | 31 | }, | |||
| 32 | 32 | |||||
| 33 | /** | 33 | /** | |||
| 34 | * Stop full page loader action | 34 | * Stop full page loader action | |||
| 35 | */ | 35 | */ | |||
| 36 | stopLoader: function () { | 36 | stopLoader: function () { | |||
| 37 | $('.ln_overlay').hide(); | 37 | $('.ln_overlay').hide(); | |||
| 38 | $('.swatch-option-tooltip').hide(); | 38 | $('.swatch-option-tooltip').hide(); | |||
| 39 | } | 39 | } | |||
| 40 | }; | 40 | }; | |||
| 41 | } | 41 | } | |||
| 42 | ); | 42 | ); |
Araxis Merge (but not the data content of this report) is Copyright © 1993–2019 Araxis Ltd (www.araxis.com). All rights reserved.