Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/juliushaertl/apporder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--js/apporder.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/apporder.js b/js/apporder.js
index 018699d..e0a7126 100644
--- a/js/apporder.js
+++ b/js/apporder.js
@@ -42,7 +42,7 @@ $(function () {
hidden = [];
}
- if (order.length === 0) {
+ if (order.length === 0 && hidden.length === 0) {
app_menu.css('opacity', '1');
return;
}