mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
7 lines
214 B
JavaScript
7 lines
214 B
JavaScript
![]() |
// ┌┬┐┬ ┬┌─┐┌┬┐┌─┐
|
||
|
// │ ├─┤├┤ │││├┤
|
||
|
// ┴ ┴ ┴└─┘┴ ┴└─┘
|
||
|
|
||
|
if (CONFIG.imageBackground) {
|
||
|
document.body.classList.add('withImageBackground');
|
||
|
}
|