Browse Source

Top bar show and hide bug

Fechin 7 years ago
parent
commit
f8d3321b26
1 changed files with 1 additions and 3 deletions
  1. 1 3
      source/js/diaspora.js

+ 1 - 3
source/js/diaspora.js

@@ -98,9 +98,7 @@ var Diaspora = {
             }
             setTimeout(function() {
                 Diaspora.player()
-                if (flag == 'replace') {
-                    $('#top').show()
-                }
+                    $('#top').show();
             }, 0)
         })
     },