Differences From Artifact [6a1fb6f3b3]:
- File src/style.c — part of check-in [89c40851f0] at 2018-08-23 02:57:25 on branch csp-nonce — Put all javascript inline using a nonce. Disallow 'unsafe-inline' CSP for javascript. (user: drh size: 32820) [more...]
To Artifact [bf618f45ab]:
- File src/style.c — part of check-in [2f72c1fbd2] at 2018-08-30 16:13:35 on branch trunk — Silence warning about unused variable (user: andygoth size: 32781) [more...]
| ︙ | |||
87 88 89 90 91 92 93 | 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | - | static int needHrefJs = 0; /* href.js */ static int needSortJs = 0; /* sorttable.js */ static int needGraphJs = 0; /* graph.js */ /* ** Extra JS added to the end of the file. */ |
| ︙ |