mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2025-01-03 10:31:54 +01:00
Applying code style rules.
This commit is contained in:
parent
7bfd300f6a
commit
c037038da6
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
document.getElementById("code").textContent = iframeCode;
|
document.getElementById("code").textContent = iframeCode;
|
||||||
|
|
||||||
var blob = new Blob([iframeCode], {type : 'text/html'});
|
var blob = new Blob([iframeCode], {type: "text/html"});
|
||||||
var newurl = window.URL.createObjectURL(blob);
|
var newurl = window.URL.createObjectURL(blob);
|
||||||
document.getElementById("blobIframe").src = newurl;
|
document.getElementById("blobIframe").src = newurl;
|
||||||
}());
|
}());
|
Loading…
x
Reference in New Issue
Block a user