1
0
Fork 0
mirror of https://github.com/marcrobledo/RomPatcher.js.git synced 2025-09-15 17:26:57 +00:00

Remove inline CSS and inline JS

Gets rid of the inline CSS and inline JS. Allows for a stricter CSP implementation.
This commit is contained in:
GhostlyDark 2020-11-07 19:06:16 +01:00
parent 583615d2be
commit 71ab04c1f0
3 changed files with 19 additions and 6 deletions

View file

@ -19,6 +19,11 @@ body{
user-select:none
}
/* hide header checkboxes */
#row-removeheader,#row-addheader{display:none}
/* flex main column */
html, body{height:100%}
#column{