Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
fix: удаление асинхронности
Browse files Browse the repository at this point in the history
  • Loading branch information
ko22009 committed Nov 27, 2023
1 parent b4d8649 commit b65ea06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@
</svg>
</div>
<div id="root"></div>
<script async>
<script>
var observerFunc = function () {
observer.observe(root, config);
};
Expand Down

0 comments on commit b65ea06

Please sign in to comment.