Guest User

Untitled

a guest
Sep 19th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. <script type="text/javascript">
  2. // If console is not available, like on IE. (It's usually available on firebug/firefox)
  3. if (typeof console =='undefined'){
  4. console = { log:function(msg){} }; //put alert if need be /*alert(msg);*/
  5. } // end console stub
  6. </script>
Add Comment
Please, Sign In to add comment