CC-2515:Phone Home Metric:prevent parent window refreshing
- fixed.
This commit is contained in:
parent
e69c0ea351
commit
acf5dbd6df
6 changed files with 7 additions and 16 deletions
|
@ -91,14 +91,6 @@ $(document).ready(function(){
|
|||
button.attr('disabled', 'disabled' ).addClass('ui-state-disabled');
|
||||
}
|
||||
|
||||
$("#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/");
|
||||
});
|
||||
|
||||
$('.toggle legend').live('click',function() {
|
||||
$('.toggle').toggleClass('closed');
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue