fix photo uploader loading image
This commit is contained in:
parent
0592eb025e
commit
cf6974b898
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
||||||
Publisher.wrapper().addClass("with_attachments");
|
Publisher.wrapper().addClass("with_attachments");
|
||||||
$('#photodropzone').append(
|
$('#photodropzone').append(
|
||||||
"<li class='publisher_photo loading' style='position:relative;'>" +
|
"<li class='publisher_photo loading' style='position:relative;'>" +
|
||||||
"<img src='/images/ajax-loader2.gif' />" +
|
"#{escape_javascript(image_tag('ajax-loader2.gif'))}" +
|
||||||
"</li>"
|
"</li>"
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue