make mobile built-in extension actually do something
This commit is contained in:
parent
db5c304e29
commit
4a2bf65fea
|
@ -26,3 +26,7 @@ function reportWindowSize() {
|
|||
}
|
||||
|
||||
window.addEventListener("resize", reportWindowSize);
|
||||
|
||||
onUiLoaded(function() {
|
||||
reportWindowSize();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue