Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas ZILLIOX <thomas@zilliox.me>2013-05-08 19:08:38 +0400
committerThomas ZILLIOX <thomas@zilliox.me>2013-05-08 19:08:38 +0400
commiteeb6be9d1e4bb54a05b78537a080622dc764e72e (patch)
tree2cdeac6e1f90b6271d3b58e778e2d97506fce58d /plugins/Annotations/templates
parent16dffb456eae335983aacf79317178614c6ee492 (diff)
Change all broken links starting with theme/default/images
Diffstat (limited to 'plugins/Annotations/templates')
-rwxr-xr-xplugins/Annotations/templates/annotations.js4
1 files changed, 2 insertions, 2 deletions
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);