mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-16 18:52:57 +00:00
Relative path for loader
This commit is contained in:
@@ -4,7 +4,7 @@ iD.ui.loading = function(message, blocking) {
|
||||
var loadertext = modal.select('.content')
|
||||
.classed('loading-modal', true)
|
||||
.append('div').attr('class','modal-section fillL');
|
||||
loadertext.append('img').attr('class','loader').attr('src', '/img/loader.gif');
|
||||
loadertext.append('img').attr('class','loader').attr('src', 'img/loader.gif');
|
||||
loadertext.append('h3').text(message || '');
|
||||
|
||||
return modal;
|
||||
|
||||
Reference in New Issue
Block a user