debug.js 215 B

12345678910
  1. $(function(){
  2. var script = document.createElement('script');
  3. script.src = "//cdn.bootcss.com/eruda/1.4.4/eruda.min.js";
  4. document.body.appendChild(script);
  5. script.onload = function() {
  6. eruda.init();
  7. }
  8. });