Skip to content

Commit

Permalink
fluid-projectGH-32: fix the no container error at enabling UIO+
Browse files Browse the repository at this point in the history
  • Loading branch information
cindyli committed Dec 20, 2022
1 parent c443e40 commit 58a7f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions src/html/adjusters.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,14 @@
<script src="../js/store.js"></script>
<script src="../js/panels.js"></script>
<script src="../js/prefsEditor.js"></script>
<script src="../js/instantiator.js" defer></script>

<title>Preferences Editor</title>
</head>

<body class="fl-prefsEditor-separatedPanel fl-focus">
<div class="uioPlus"></div>
<div class="flc-toc-tocContainer fl-toc-tocContainer"></div>

<!-- Instantiate when containers are loaded. Using "defer" is not reliable. -->
<script src="../js/instantiator.js"></script>
</body>

</html>
3 changes: 1 addition & 2 deletions src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"js/panels.js",
"js/enactors.js",
"js/enhancer.js",
"js/prefsEditor.js",
"js/instantiator.js"
"js/prefsEditor.js"
]
}],
"commands": {
Expand Down

0 comments on commit 58a7f5f

Please sign in to comment.