mirror of
https://github.com/ncipollo/release-action
synced 2026-09-07 20:04:03 +00:00
Prepare release 1.7.0
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
module.exports = Cleanup
|
||||
|
||||
function Cleanup (document) {
|
||||
|
||||
return cleanup
|
||||
|
||||
function cleanup () {
|
||||
var childNodes = document.body.childNodes
|
||||
for (var i = 0; i < childNodes.length; i++) {
|
||||
document.body.removeChild(childNodes[i])
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user