CC-2425:Tweaks to phone home metric
- Done
This commit is contained in:
parent
0b0d38b990
commit
cc542797c7
4 changed files with 10 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
<?php endforeach; ?>
|
||||
</ul>
|
||||
<?php endif; ?>
|
||||
<div class="info-text">By checking this box, I agree to Sourcefabric's privacy policy.</div>
|
||||
<div class="info-text">By checking this box, I agree to Sourcefabric's <a id="link_to_privacy" href="">privacy policy</a>.</div>
|
||||
</dd>
|
||||
<dd id="publicize-element">
|
||||
<label class="optional" for="Publicise">
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<?php endforeach; ?>
|
||||
</ul>
|
||||
<?php endif; ?>
|
||||
<div class="info-text">By checking this box, I agree to Sourcefabric's privacy policy.</div>
|
||||
<div class="info-text">By checking this box, I agree to Sourcefabric's <a id="link_to_privacy" href="">privacy policy</a>.</div>
|
||||
</dd>
|
||||
<dt class="block-display info-text">
|
||||
Click the box below to advertise your station on <a id="link_to_whos_using" href="">Sourcefabric.org</a>. In order to publicise your station, "Send support feedback" must be enabled
|
||||
|
|
|
@ -59,6 +59,10 @@ $(document).ready(function(){
|
|||
$("#link_to_whos_using").live('click', function(){
|
||||
window.open("http://sourcefabric.org/en/products/airtime_whosusing");
|
||||
});
|
||||
|
||||
$("#link_to_privacy").live('click', function(){
|
||||
window.open("http://www.sourcefabric.org/en/about/policy/");
|
||||
});
|
||||
});
|
||||
|
||||
function validateFields(){
|
||||
|
|
|
@ -55,4 +55,8 @@ $(document).ready(function() {
|
|||
});
|
||||
|
||||
showErrorSections();
|
||||
|
||||
$("#link_to_privacy").live('click', function(){
|
||||
window.open("http://www.sourcefabric.org/en/about/policy/");
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue