views/js/widget.js   A
last analyzed

Complexity

Total Complexity 0
Complexity/F 0

Size

Lines of Code 1
Function Count 0

Duplication

Duplicated Lines 0
Ratio 0 %

Importance

Changes 1
Bugs 0 Features 0
Metric Value
cc 0
nc 1
dl 0
loc 1
rs 10
c 1
b 0
f 0
wmc 0
mnd 0
bc 0
fnc 0
bpm 0
cpm 0
noi 0
1
/**
2
* 2007-2017 PrestaShop
3
*
4
* NOTICE OF LICENSE
5
*
6
* This source file is subject to the Academic Free License (AFL 3.0)
7
* that is bundled with this package in the file LICENSE.txt.
8
* It is also available through the world-wide-web at this URL:
9
* http://opensource.org/licenses/afl-3.0.php
10
* If you did not receive a copy of the license and are unable to
11
* obtain it through the world-wide-web, please send an email
12
* to [email protected] so we can send you a copy immediately.
13
*
14
* DISCLAIMER
15
*
16
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
17
* versions in the future. If you wish to customize PrestaShop for your
18
* needs please refer to http://www.prestashop.com for more information.
19
*
20
*  @author    PrestaShop SA <[email protected]>
21
*  @copyright 2007-2017 PrestaShop SA
22
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
23
*  International Registered Trademark & Property of PrestaShop SA
24
*/
25
26
27
/*
28
pmtSimulator.simulator_app.load_jquery();
29
$( document ).ajaxComplete(function(){
30
	pmtSimulator.simulator_app.updateSimulators();
31
}
32
);
33
34
*/
35