Skip to content

Commit

Permalink
remove external link image report by PrestaShark
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadArifurRahman committed Jan 11, 2018
1 parent 5cc65e9 commit cd50340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/templates/front/posts.tpl
Expand Up @@ -257,7 +257,7 @@
beforeSend: function() {
$('.success, .warning, .error').remove();
$('#submitComment').attr('disabled', true);
$('#commentInput').before('<div class="attention"><img src="http://321cart.com/sellya/catalog/view/theme/default/image/loading.gif" alt="" />Please wait!</div>');
$('#commentInput').before('<div class="attention"><img src="views/img/loading.gif" alt="" />Please wait!</div>');
},
complete: function() {
Expand Down

0 comments on commit cd50340

Please sign in to comment.