plugin.js 327 B

1234567891011
  1. (function() {
  2. var newEl = document.createElement('script'),
  3. firstScriptTag = document.getElementsByTagName('script')[0];
  4. if (firstScriptTag) {
  5. newEl.async = 1;
  6. newEl.src = '//' + window.location.hostname + ':35729/livereload.js';
  7. firstScriptTag.parentNode.insertBefore(newEl, firstScriptTag);
  8. }
  9. })();