We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758a774 commit bb28d4eCopy full SHA for bb28d4e
assets/webathena-sql/manage.js
@@ -80,6 +80,7 @@ function createRow(name, size) {
80
}
81
82
function refreshInfo() {
83
+ // TODO(davidben): Handle the case when you're not logged in, etc.
84
var locker = getCurrentLocker();
85
$(".field-locker-name").text(locker);
86
clearAlerts("manage-alert");
0 commit comments