Paul O’Shannessy
9 years ago
1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||
(function() { |
|||
var tag = document.querySelector( |
|||
'script[type="application/javascript;version=1.7"]' |
|||
); |
|||
if (!tag || tag.textContent.indexOf('window.onload=function(){') !== -1) { |
|||
alert('Bad JSFiddle configuration, please fork the original React JSFiddle'); |
|||
} |
|||
tag.setAttribute('type', 'text/babel'); |
|||
tag.textContent = tag.textContent.replace(/^\/\/<!\[CDATA\[/, ''); |
|||
})(); |
Loading…
Reference in new issue