Created
January 13, 2015 04:43
-
-
Save cadorn/99bf653c8f59595aa9ef to your computer and use it in GitHub Desktop.
HTTP Archive Viewer Widget Embedding
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src="http://fireconsole.github.io/harviewer/fireconsole/bundles/loader.js"></script> | |
<div id="content" version="@VERSION@"></div> | |
<script> | |
PINF.sandbox("http://fireconsole.github.io/harviewer/fireconsole/bundles/plugin.js", function (sandbox) { | |
sandbox.main(); | |
}, function (err) { | |
console.error("Error while loading plugin.js bundle':", err.stack); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment