improve and document developer setup (#161)

japanese commit
fixes #158
This commit is contained in:
Aleksei Gurianov
2018-07-13 09:54:12 +04:00
committed by GitHub
parent 62a5d7196e
commit a544aff6ac
17 changed files with 728 additions and 347 deletions
+8 -1
View File
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="ru">
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
@@ -75,6 +75,13 @@
</div>
</div>
<script>
/* REMOVE-START */
if (window.parent !== window) {
try {
window.__REACT_DEVTOOLS_GLOBAL_HOOK__ = window.parent.__REACT_DEVTOOLS_GLOBAL_HOOK__;
} catch (e){}
}
/* REMOVE-END */
var lastHeight = 0;
setInterval(function() {
if (document.body.offsetHeight !== lastHeight) {