FIX: No, for real don't show Uploading... for non-admin users when they

aren't uploading.
This commit is contained in:
Robin Ward 2014-07-25 17:08:54 -04:00
parent 227ca5dd23
commit f4f46aea48
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@
} }
} }
.btn.hidden {
display: none;
}
// Default button // Default button
// -------------------------------------------------- // --------------------------------------------------