Skip to content

Commit 693a8ec

Browse files
committed
stylistic
1 parent 2d2eb3a commit 693a8ec

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

v3/css/opt-frontend.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ table#pyOutputPane {
4141
padding: 10px;
4242
}
4343

44-
#pyInputPane {
44+
#pyInputPane, #loadingPane {
4545
margin-top: 10px;
4646
margin-bottom: 20px;
4747

v3/js/opt-office-mix.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ function getConfigurationFromData(dat) {
123123
// NB: this file must be included AFTER opt-frontend-common.js
124124
function setFronendError(lines) {
125125
var errorStr = lines.map(htmlspecialchars).join('<br/>');
126-
$('#loadingPane').html('There was an error. Please return to "Edit" mode, fix it, then re-enter "View" mode.').show();
127-
$("#frontendErrorOutput").html(errorStr);
128-
$("#frontendErrorOutput").show();
126+
$('#loadingPane').html(errorStr).show();
127+
//$("#frontendErrorOutput").html(errorStr);
128+
//$("#frontendErrorOutput").show();
129129
}
130130

131131

v3/opt-office-mix.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474

7575
<body>
7676

77-
<div id="loadingPane" style="display: none; font-size: 16px; margin-bottom: 30px; color: #e93f34;">
77+
<div id="loadingPane" style="display: none; font-size: 18px; color: #e93f34;">
7878
</div>
7979

8080
<div id="pyInputPane">

0 commit comments

Comments
 (0)