We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22db07 commit 0f51decCopy full SHA for 0f51dec
src/main/resources/static/js/shiny.operator.js
@@ -92,6 +92,7 @@ Shiny.operator = {
92
// only show the message if the option is enabled
93
if (Shiny.operator.staticState.showTransferMessage) {
94
document.getElementById('new-version-banner').style.display = "block";
95
+ document.getElementById('loading').style.top = "200px";
96
}
97
},
98
0 commit comments