We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c383e35 commit 34384f6Copy full SHA for 34384f6
1 file changed
public/js/cloudphone.js
@@ -182,10 +182,10 @@
182
}
183
break;
184
case 'privacy':
185
- window.location.href = '#';
+ window.location.href = 'https://www.puffin.com/privacy';
186
187
case 'terms':
188
+ window.location.href = 'https://www.puffin.com/terms';
189
190
case 'about':
191
window.location.href = '/about.html';
0 commit comments