removed double comment
This commit is contained in:
parent
1b83b6942b
commit
dbbead1587
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ app.views.PublisherUploader = Backbone.View.extend({
|
||||||
'<input type="hidden", value="'+id+'" name="photos[]" />'
|
'<input type="hidden", value="'+id+'" name="photos[]" />'
|
||||||
);
|
);
|
||||||
|
|
||||||
// // replace placeholder
|
// replace placeholder
|
||||||
var placeholder = publisher.el_photozone.find('li.loading').first();
|
var placeholder = publisher.el_photozone.find('li.loading').first();
|
||||||
placeholder
|
placeholder
|
||||||
.removeClass('loading')
|
.removeClass('loading')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue