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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-05-05 13:30:18 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2009-05-05 13:30:18 +0400
commit75c7e952d742469509f2999dfabdb456887b0a7c (patch)
treef9938b70d6d8e5b77d74be9b905309a606df2389 /plugins/CoreHome/templates/sparkline.js
parentec59d4206e986f7538267c0ff485cc8e695d3d74 (diff)
small modifs + fixing one error under IE6 (some left but I can't find where they come from)
Diffstat (limited to 'plugins/CoreHome/templates/sparkline.js')
-rw-r--r--plugins/CoreHome/templates/sparkline.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CoreHome/templates/sparkline.js b/plugins/CoreHome/templates/sparkline.js
index 1d7712516e..e9fef7189f 100644
--- a/plugins/CoreHome/templates/sparkline.js
+++ b/plugins/CoreHome/templates/sparkline.js
@@ -13,7 +13,7 @@ $(document).ready( function(){
});
if(url != ""){
//on click, reload the graph with the new url
- $(this).click( function() {
+ $(this).click( function() {
//get the main page graph and reload with new data
piwikHelper.findSWFGraph(graph.attr('graphId')+"Chart_swf").reload(url);
piwikHelper.lazyScrollTo(graph[0], 400);
@@ -22,7 +22,7 @@ $(document).ready( function(){
function() {
$(this).css({
"cursor": "pointer",
- "border-bottom": "1px dashed #C3C3C3",
+ "border-bottom": "1px dashed #C3C3C3"
});
},
function(){