Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | var $ = window.jQuery; |
||
6 | $('.amarkal-ui-component').on('amarkal.change',function(e, component){ |
||
7 | Amarkal.settings.notifier.notice("Settings have changed, click \"Save\" to apply them."); |
||
|
|||
8 | Amarkal.settings.sections.flag('notice', component.props.section); |
||
9 | Amarkal.settings.fields.flag('notice', component.props.name); |
||
10 | Amarkal.settings.haveBeenModified = true; |
||
11 | }); |
||
12 | $(window).on('beforeunload',function(){ |
||
26 |
This checks looks for references to variables that have not been declared. This is most likey a typographical error or a variable has been renamed.
To learn more about declaring variables in Javascript, see the MDN.