-
Task
-
Resolution: Duplicate
-
Minor
Problems
== Inline Script Block Line: 60 ---- <script type="text/javascript"> /* global jQuery3 */ jQuery3('#fixed').DataTable({ pagingType: 'numbers', // Page number button only order: [[0, 'asc'], [1, 'asc']] // Sort by file name and line number }); </script> ---- == Inline Script Block Line: 60 ---- <script type="text/javascript"> /* global jQuery3 */ jQuery3('#fixed').DataTable({ pagingType: 'numbers', // Page number button only order: [[0, 'asc'], [1, 'asc']] // Sort by file name and line number }); </script> ----
Solution
https://www.jenkins.io/doc/developer/security/csp/#inline-javascript-blocks
- duplicates
-
JENKINS-74007 [warnings-ng] Extract JavaScript block in FixedWarningsDetail/index.jelly
- Closed