Skip to content

Commit 34384f6

Browse files
committed
Update cloudphone.js
Add Terms & Privacy links
1 parent c383e35 commit 34384f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

public/js/cloudphone.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,10 @@
182182
}
183183
break;
184184
case 'privacy':
185-
window.location.href = '#';
185+
window.location.href = 'https://www.puffin.com/privacy';
186186
break;
187187
case 'terms':
188-
window.location.href = '#';
188+
window.location.href = 'https://www.puffin.com/terms';
189189
break;
190190
case 'about':
191191
window.location.href = '/about.html';

0 commit comments

Comments
 (0)