Commit 4a2bf65f authored by AUTOMATIC1111's avatar AUTOMATIC1111

make mobile built-in extension actually do something

parent db5c304e
......@@ -26,3 +26,7 @@ function reportWindowSize() {
}
window.addEventListener("resize", reportWindowSize);
onUiLoaded(function() {
reportWindowSize();
});
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment