7 lines
67 B
JavaScript
Raw Normal View History

2018-05-26 08:48:23 +00:00
(function () {
'use strict';
document.body.hidden = false;
}());