You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
332 B
7 lines
332 B
// Ideally it would be nice to just redirect, but Github Pages is very basic and
|
|
// lacks that functionality.
|
|
console.warn(
|
|
'html-jsx-lib.js has moved to http://reactjs.github.io/react-magic/' +
|
|
'htmltojsx.min.js. If using React-Magic, you are no longer required to ' +
|
|
'link to this file. Please delete its <script> tag.'
|
|
);
|
|
|