Skip to content

Commit

Permalink
reference existing proper progress gif. fixes #2441
Browse files Browse the repository at this point in the history
  • Loading branch information
splitbrain committed Jul 20, 2018
1 parent b5dfe38 commit e62a3a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scripts/media.js
Expand Up @@ -474,7 +474,7 @@ var dw_mediamanager = {
if ($container.length === 0) {
$container = $content;
}
$container.html('<img src="' + DOKU_BASE + 'lib/images/loading.gif" alt="..." class="load" />');
$container.html('<img src="' + DOKU_BASE + 'lib/images/throbber.gif" alt="..." class="load" />');
},

window_resize: function () {
Expand Down

0 comments on commit e62a3a2

Please sign in to comment.