Created
June 7, 2013 13:25
-
-
Save JumboLove/5729231 to your computer and use it in GitHub Desktop.
Debug Box
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
<iscomment>Debugging window: Delete for staging</iscomment> | |
<isscript> | |
var testing = "Debugging..."; | |
var log = pdict.Log; | |
var scriptLog = pdict.ScriptLog; | |
</isscript> | |
<div id="mrdebug" style="min-height: 100px; width: 100%; background-color: #BADA55; margin: 0 auto;"> | |
<p>testing : ${testing} </p> | |
<p> : ${}</p> | |
</div> | |
<iscomment>End Debug</iscomment> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment