diff options
author | friendica <info@friendica.com> | 2013-07-14 01:19:24 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-07-14 01:19:24 -0700 |
commit | 873c1f381e039f631a2634de1747ec85a6bad5d6 (patch) | |
tree | 74bfa72aea4cd090c1550f36437666cdd272350e /view/tpl/conv_frame.tpl | |
parent | 5b73755af7befa171223c6cdb6cc7ec917cedd6f (diff) | |
parent | 6abaa37fe37ee52a01e686ab3b722bcf8c2693f3 (diff) | |
download | volse-hubzilla-873c1f381e039f631a2634de1747ec85a6bad5d6.tar.gz volse-hubzilla-873c1f381e039f631a2634de1747ec85a6bad5d6.tar.bz2 volse-hubzilla-873c1f381e039f631a2634de1747ec85a6bad5d6.zip |
Merge pull request #77 from git-marijus/master
add spin.js a themable js spinner to red
Diffstat (limited to 'view/tpl/conv_frame.tpl')
-rwxr-xr-x | view/tpl/conv_frame.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/conv_frame.tpl b/view/tpl/conv_frame.tpl index 81d655be2..359b8e7fc 100755 --- a/view/tpl/conv_frame.tpl +++ b/view/tpl/conv_frame.tpl @@ -15,5 +15,5 @@ <div id="item-delete-selected-end"></div> {{/if}} -<img id="page-spinner" src="images/rotator.gif" alt="{{$wait}}" title="{{$wait}}" style="display: none;" /> +<div id="page-spinner"></div> |