diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-12-16 22:50:19 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-12-16 22:50:19 +0100 |
commit | 6eed7eb54054502d438ea18a9411d3be7cdf14fc (patch) | |
tree | 6ff797258efe2b0413fa6b1c5f73b48ce5c862aa /view/js/main.js | |
parent | dc34bf18bb75b8be3bf94c2189701b3e847932ac (diff) | |
download | volse-hubzilla-6eed7eb54054502d438ea18a9411d3be7cdf14fc.tar.gz volse-hubzilla-6eed7eb54054502d438ea18a9411d3be7cdf14fc.tar.bz2 volse-hubzilla-6eed7eb54054502d438ea18a9411d3be7cdf14fc.zip |
display inline instead of floating
Diffstat (limited to 'view/js/main.js')
-rw-r--r-- | view/js/main.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js index 5d6867c94..534029275 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -1166,7 +1166,6 @@ function preview_mail() { return true; } - function unpause() { // unpause auto reloads if they are currently stopped totStopped = false; |