Commit f2e167226fd00396748275f7228964ea6329866b
Exists in
master
and in
29 other branches
Merge branch 'stable'
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
public/javascripts/lightbox.js
... | ... | @@ -215,7 +215,7 @@ function addLightboxMarkup() { |
215 | 215 | lb.id = 'lightbox'; |
216 | 216 | lb.className = 'loading'; |
217 | 217 | lb.innerHTML = '<div id="lbLoadMessage">' + |
218 | - '<p>Loading</p>' + | |
218 | + '<img src="/images/loading.gif"/>' + | |
219 | 219 | '</div>'; |
220 | 220 | bod.appendChild(overlay); |
221 | 221 | bod.appendChild(lb); | ... | ... |
script/ci-build