mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-25 11:41:39 +01:00
Formatting
This commit is contained in:
parent
b274607f41
commit
7c53c85aa5
@ -14,9 +14,9 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const container = document.querySelector(".hydrogen");
|
|
||||||
|
|
||||||
export function spinner(t, extraClasses = undefined) {
|
export function spinner(t, extraClasses = undefined) {
|
||||||
|
const container = document.querySelector(".hydrogen");
|
||||||
if (container.classList.contains("legacy")) {
|
if (container.classList.contains("legacy")) {
|
||||||
return t.div({className: "spinner"}, [
|
return t.div({className: "spinner"}, [
|
||||||
t.div(),
|
t.div(),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user