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/Feedback/templates
parent16dffb456eae335983aacf79317178614c6ee492 (diff)
Change all broken links starting with theme/default/images
Diffstat (limited to 'plugins/Feedback/templates')
-rw-r--r--plugins/Feedback/templates/feedback.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Feedback/templates/feedback.js b/plugins/Feedback/templates/feedback.js
index cbf07b4863..5f7112cf8f 100644
--- a/plugins/Feedback/templates/feedback.js
+++ b/plugins/Feedback/templates/feedback.js
@@ -12,7 +12,7 @@ $(function () {
$('a#topmenu-feedback').click(function () {
if (fbDiv.html() == '') {
- fbDiv.html('<div id="feedback-loading"><img alt="" src="themes/default/images/loading-blue.gif"> ' + _pk_translate('General_Loading_js') + '</div>');
+ fbDiv.html('<div id="feedback-loading"><img alt="" src="plugins/Zeitgeist/images/loading-blue.gif"> ' + _pk_translate('General_Loading_js') + '</div>');
}
if ($('#feedback-loading', fbDiv).length) {
$.get(feedback.attr('href'), function (data) {