-
Task
-
Resolution: Unresolved
-
Minor
Problem
== Inline Event Handler Line: 38 ---- <div tooltip="${methodInfo.path}:${methodInfo.line}" style="cursor:pointer" onclick='javascript:showCode(this, "${rootURL}/${it.getMethodUrl(methodInfo)}");'> ----
Solution
https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers
[JENKINS-74355] [covcomplplot] Extract inline event handler in WEB-INF/classes/hudson/plugins/covcomplplot/CovComplPlotMethods/index.jelly
Description |
Original:
h4. Problems {noformat} == Inline Event Handler Line: 38 ---- <div tooltip="${methodInfo.path}:${methodInfo.line}" style="cursor:pointer" onclick='javascript:showCode(this, "${rootURL}/${it.getMethodUrl(methodInfo)}");'> ---- == Inline Event Handler Line: 38 ---- <div tooltip="${methodInfo.path}:${methodInfo.line}" style="cursor:pointer" onclick='javascript:showCode(this, "${rootURL}/${it.getMethodUrl(methodInfo)}");'> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
New:
h4. Problem {noformat} == Inline Event Handler Line: 38 ---- <div tooltip="${methodInfo.path}:${methodInfo.line}" style="cursor:pointer" onclick='javascript:showCode(this, "${rootURL}/${it.getMethodUrl(methodInfo)}");'> ---- {noformat} h4. Solution [https://www.jenkins.io/doc/developer/security/csp/#inline-event-handlers] |
Summary | Original: [covcomplplot] Extract inline event handlers in WEB-INF/classes/hudson/plugins/covcomplplot/CovComplPlotMethods/index.jelly | New: [covcomplplot] Extract inline event handler in WEB-INF/classes/hudson/plugins/covcomplplot/CovComplPlotMethods/index.jelly |