Created
January 13, 2015 04:43
-
-
Save cadorn/99bf653c8f59595aa9ef to your computer and use it in GitHub Desktop.
Revisions
-
cadorn created this gist
Jan 13, 2015 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,12 @@ <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>