Update app.py
Browse files
app.py
CHANGED
|
@@ -59,16 +59,16 @@ function refresh() {
|
|
| 59 |
url.searchParams.set('__theme', 'dark');
|
| 60 |
window.location.href = url.href;
|
| 61 |
}
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
console.log('updated scroll')
|
| 71 |
}
|
|
|
|
| 72 |
}
|
| 73 |
"""
|
| 74 |
|
|
|
|
| 59 |
url.searchParams.set('__theme', 'dark');
|
| 60 |
window.location.href = url.href;
|
| 61 |
}
|
| 62 |
+
}
|
| 63 |
+
console.log('getting galleries')
|
| 64 |
+
|
| 65 |
+
$(window).on("load", function() {
|
| 66 |
+
var gallerys = document.getElementsByClassName("scroll");
|
| 67 |
+
console.log('got galleries')
|
| 68 |
+
for (var i = 0; i < box.length; i++) {
|
| 69 |
+
gallerys[i].style.overflow = "scroll";
|
|
|
|
| 70 |
}
|
| 71 |
+
console.log('updated scroll')
|
| 72 |
}
|
| 73 |
"""
|
| 74 |
|