File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/javahelp/help/contents Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
## [ Unreleased]
7
7
### Changed
8
8
- Maintenance changes.
9
+ - The script example in the Help content was updated to use the injected core variables instead of using the fully qualified class name.
9
10
10
11
## [ 1.5.0] - 2022-07-11
11
12
### Added
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ <H1>Neonmarker</H1>
24
24
< p > </ p >
25
25
< pre >
26
26
< code >
27
- extNeon = org.parosproxy.paros. control.Control.getSingleton() .getExtensionLoader().getExtension(org.zaproxy.zap.extension.neonmarker.ExtensionNeonmarker.NAME);
27
+ extNeon = control.getExtensionLoader().getExtension(org.zaproxy.zap.extension.neonmarker.ExtensionNeonmarker.NAME);
28
28
29
29
// History items tagged “Comment” will be red
30
30
extNeon.addColorMapping("Comment", 0x990000);
You can’t perform that action at this time.
0 commit comments