Skip to content

Commit

Permalink
Dev Fixed incorrect path.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamMousa committed Dec 12, 2012
1 parent 2f5ee46 commit 115828a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/admin/emailtemplates.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function addAttachment(target, url, relevance, size)
var baserow = '<tr>';
// Actions
baserow = baserow + '<td>';
baserow = baserow + '<img alt="Remove attachment" class="btnattachmentremove" src="' + LS.baseimageurl + 'deleteanswer.png">';
baserow = baserow + '<img alt="Remove attachment" class="btnattachmentremove" src="' + LS.adminImageUrl + 'deleteanswer.png">';
//baserow = baserow + '<img alt="Edit attachment relevance" class="btnattachmentrelevance" src="/styles/gringegreen/images/global.png">';
baserow = baserow + '</td>';

Expand Down

0 comments on commit 115828a

Please sign in to comment.