From eeb6be9d1e4bb54a05b78537a080622dc764e72e Mon Sep 17 00:00:00 2001 From: Thomas ZILLIOX Date: Wed, 8 May 2013 17:08:38 +0200 Subject: Change all broken links starting with theme/default/images --- plugins/Annotations/templates/annotations.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Annotations/templates') diff --git a/plugins/Annotations/templates/annotations.js b/plugins/Annotations/templates/annotations.js index 941ae4486a..9f1070b8a2 100755 --- a/plugins/Annotations/templates/annotations.js +++ b/plugins/Annotations/templates/annotations.js @@ -461,9 +461,9 @@ // modify the starred count & make sure the correct image is used var newStarCount = starredCount + starAmt; if (newStarCount > 0) { - var newImg = 'themes/default/images/yellow_marker.png'; + var newImg = 'plugins/Zeitgeist/images/yellow_marker.png'; } else { - var newImg = 'themes/default/images/grey_marker.png'; + var newImg = 'plugins/Zeitgeist/images/grey_marker.png'; } $(this).attr('data-starred', newStarCount).find('img').attr('src', newImg); -- cgit v1.2.3