Commit abc8063505575dfc8d344e05ce64f7db15c01203

Authored by Joenio Costa
Committed by Antonio Terceiro
1 parent 2c0c0742

Display a image instead of "Loading..." in lightbox popups

Showing 1 changed file with 1 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);
... ...