Spaces:
Sleeping
Sleeping
Commit ·
836be9a
1
Parent(s): 26c0802
Iframe does work on huggingface. Trying to better target print button in iframe moved it into button after frame loads..
Browse files- scripts.js +1 -1
scripts.js
CHANGED
|
@@ -222,7 +222,7 @@ document.addEventListener("DOMContentLoaded", function() {
|
|
| 222 |
modal.style.display = "block";
|
| 223 |
|
| 224 |
document.getElementById('print-button').onclick = function() {
|
| 225 |
-
|
| 226 |
};
|
| 227 |
|
| 228 |
document.getElementById('cancel-button').onclick = function() {
|
|
|
|
| 222 |
modal.style.display = "block";
|
| 223 |
|
| 224 |
document.getElementById('print-button').onclick = function() {
|
| 225 |
+
printIframe.contentWindow.print();
|
| 226 |
};
|
| 227 |
|
| 228 |
document.getElementById('cancel-button').onclick = function() {
|