Skip to content

Commit 758a774

Browse files
committed
Cut down on the bouncing.
1 parent e29d07e commit 758a774

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

assets/webathena-sql/manage.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function refreshInfo() {
8383
var locker = getCurrentLocker();
8484
$(".field-locker-name").text(locker);
8585
clearAlerts("manage-alert");
86-
// showAlert("manage-alert", "Loading...", "Please wait.");
86+
showAlert("manage-alert", "Loading...", "Please wait.");
8787
sqlCommand(["database", "list", locker]).finally(function() {
8888
clearAlerts("manage-alert");
8989
}).then(function(data) {

manage/index.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ <h3>Are you sure?</h3>
2626
</div>
2727
</div>
2828

29-
<div id="manage-alert-placeholder"></div>
30-
3129
<p>
3230
Using <span class="field-used-size">0 MB</span> out
3331
of <span class="field-quota">0 MB</span>
@@ -59,6 +57,9 @@ <h3>Are you sure?</h3>
5957
-->
6058
</tbody>
6159
</table>
60+
61+
<div id="manage-alert-placeholder"></div>
62+
6263
<form class="form-inline" id="database-create-form">
6364
<fieldset>
6465
<legend>New database</legend>

0 commit comments

Comments
 (0)