Skip to content

Commit

Permalink
Fixing non working footer link refs #2135
Browse files Browse the repository at this point in the history
  • Loading branch information
mattab committed May 23, 2013
1 parent 2476911 commit 13ba840
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion plugins/SegmentEditor/templates/Segmentation.js
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ Segmentation = (function($) {

var bindFormEvents = function(){

$(self.form).on("click", "a", function(e){
$(self.form).on("click", "a:not(.crowdfundingLink)", function(e){
e.preventDefault();
});

Expand Down
2 changes: 1 addition & 1 deletion plugins/SegmentEditor/templates/selector.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<h3>{'General_Name'|translate}: <span class="segmentName"></span> <a class="editSegmentName" href="#">{'General_Edit'|translate|strtolower}</a></h3>
</div>
<div class="segment-footer">
<span class="segmentFooterNote">The Segment Editor was <a href='http://crowdfunding.piwik.org/custom-segments-editor/' target='_blank'>crowdfunded</a> with the awesome support of 80 companies and Piwik users worldwide!</span>
<span class="segmentFooterNote">The Segment Editor was <a class='crowdfundingLink' href='http://crowdfunding.piwik.org/custom-segments-editor/' target='_blank'>crowdfunded</a> with the awesome support of 80 companies and Piwik users worldwide!</span>
<a class="delete" href="#">{'General_Delete'|translate}</a>
<a class="close" href="#">{'General_Close'|translate}</a>
<button class="saveAndApply">{'SegmentEditor_SaveAndApply'|translate}</button>
Expand Down
2 changes: 1 addition & 1 deletion plugins/UserCountryMap/css/visitor-map.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
top: 42% !important;
right: 10px !important;
left: 10px !important;
z-index: 999 !important;
z-index: 990 !important;
display: block;
font-size: 12px;
color: #000;
Expand Down

0 comments on commit 13ba840

Please sign in to comment.