mirror of
https://github.com/nextcloud/server.git
synced 2026-07-15 13:01:34 -04:00
gallery app seems to work now :)
This commit is contained in:
parent
1a913ac282
commit
b75f680b8e
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ $l = OC_L10N::get('gallery');
|
|||
</div>
|
||||
</div>
|
||||
<div id="g-album-loading" class="crumb" style="display:none">
|
||||
<img src="img/loading.gif">
|
||||
<img src="<?php echo OC_Helper::linkto('gallery', 'img/loading.gif'); ?>">
|
||||
</div>
|
||||
</div>
|
||||
<div id="gallery_list">
|
||||
|
|
|
|||
Loading…
Reference in a new issue