diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2013-02-26 08:35:48 -0800 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2013-02-26 08:35:48 -0800 |
| commit | 06afbcfb64b53b21004aecd1886e016fd130fe1b (patch) | |
| tree | cb8be4a5f3996895c0b4386418df9bdef1bded8c /modules/gallery/views | |
| parent | 21af370f3cc90bcf709c4fb9193be22d85d368eb (diff) | |
| parent | 62335da79177414094cc143c41901a7c0605b5d1 (diff) | |
Merge pull request #165 from shadlaws/followon_autocomplete_loading
Follow-on from autocomplete updates.
Diffstat (limited to 'modules/gallery/views')
| -rw-r--r-- | modules/gallery/views/upgrader.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/upgrader.html.php b/modules/gallery/views/upgrader.html.php index 4c611f7e..2e485c08 100644 --- a/modules/gallery/views/upgrader.html.php +++ b/modules/gallery/views/upgrader.html.php @@ -17,7 +17,7 @@ <a id="dialog_close_link" style="display: none" onclick="$('#dialog').fadeOut(); return false;" href="#" class="close">[x]</a> <div id="busy" style="display: none"> <h1> - <img width="16" height="16" src="<?= url::file("themes/wind/images/loading-small.gif") ?>"/> + <img width="16" height="16" src="<?= url::file("modules/gallery/images/loading-small.gif") ?>"/> <?= t("Upgrade in progress!") ?> </h1> <p> |
