testing public.js changes

This commit is contained in:
mgabdev
2020-05-13 00:15:16 -04:00
parent 5f9603d683
commit aba461b964
2 changed files with 18 additions and 30 deletions

View File

@@ -90,7 +90,6 @@ function main ( ) {
component.removeChild(child);
});
});
const content = document.createElement('div');
ReactDOM.render(<MediaContainer locale={locale} components={reactComponents} />, content);
@@ -98,7 +97,7 @@ function main ( ) {
scrollToDetailedStatus();
})
.catch(error => {
console.error(error);
console.error("hello larry-1", error);
scrollToDetailedStatus();
});
} else {
@@ -228,7 +227,7 @@ function main ( ) {
}, 700);
}
} catch (err) {
console.error(err);
console.error("hello larry-2", err);
}
input.readonly = oldReadOnly;
@@ -236,5 +235,5 @@ function main ( ) {
}
loadPolyfills().then(main).catch(error => {
console.error(error);
console.error("hello larry-3", error);
});