diff options
author | zotlabs <mike@macgirvin.com> | 2017-09-27 20:43:47 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-09-27 20:43:47 -0700 |
commit | 0f36916fb40ae963652aa150e7b3aa22a9572d15 (patch) | |
tree | 146701f0742f27bbdd2e22830f13ed859f781779 /view/tpl/connections.tpl | |
parent | b9664f6980452390b120e0c7443fd773d527b3bd (diff) | |
parent | 1fd2b6f5b673b78af594f778db5f30954897adce (diff) | |
download | volse-hubzilla-0f36916fb40ae963652aa150e7b3aa22a9572d15.tar.gz volse-hubzilla-0f36916fb40ae963652aa150e7b3aa22a9572d15.tar.bz2 volse-hubzilla-0f36916fb40ae963652aa150e7b3aa22a9572d15.zip |
Merge branch 'dev' of https://github.com/redmatrix/hubzilla into dev_merge
Diffstat (limited to 'view/tpl/connections.tpl')
-rwxr-xr-x | view/tpl/connections.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/connections.tpl b/view/tpl/connections.tpl index 13261965a..3b152ef5e 100755 --- a/view/tpl/connections.tpl +++ b/view/tpl/connections.tpl @@ -33,4 +33,6 @@ </div> </div> <script>$(document).ready(function() { loadingPage = false;});</script> -<div id="page-spinner"></div> +<div id="page-spinner" class="spinner-wrapper"> + <div class="spinner m"></div> +</div> |