Formatting

This commit is contained in:
Richard Lewis 2021-07-06 20:05:56 +01:00
parent b274607f41
commit 7c53c85aa5

View File

@ -14,9 +14,9 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
const container = document.querySelector(".hydrogen");
export function spinner(t, extraClasses = undefined) {
const container = document.querySelector(".hydrogen");
if (container.classList.contains("legacy")) {
return t.div({className: "spinner"}, [
t.div(),