Skip to content

Commit bc3aa64

Browse files
committed
added in topoffers.js
1 parent cfcfe02 commit bc3aa64

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

app/assets/javascripts/topoffers.js

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
function TogPrivacy() {
2+
var expand=document.getElementById('privacyFooter');
3+
var info=document.getElementById('infoPrivacyFooter');
4+
expand.style.display=(expand.style.display=='none')?'block': 'none';
5+
info.innerHTML=(info.innerHTML=='Privacy Policy, Terms and Contact')?'Hide Privacy Policy and Terms': 'Privacy Policy, Terms and Contact';
6+
}

app/views/shared/_contact.html.erb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<h3>The Payday Hound</h3>
1+
<h3>Card Cred</h3>
22
<p>Contigo Direct LLC<br />
33
2360 Corporate Circle – Suite 400<br />
44
Henderson, NV<br />
55
89074-7722</p>
6-
<p>702.529.3270<br /><span class="code">&#x6d;&#x6f;&#x63;&#x2e;&#x64;&#x6e;&#x75;&#x6f;&#x68;&#x79;&#x61;&#x64;&#x79;&#x61;&#x70;&#x65;&#x68;&#x74;&#x40;&#x6b;&#x63;&#x61;&#x62;&#x64;&#x65;&#x65;&#x66;</span></p>
6+
<p>702.529.3270<br /><span class="code">&#109;&#111;&#099;&#046;&#100;&#101;&#114;&#099;&#100;&#114;&#097;&#099;&#064;&#107;&#099;&#097;&#098;&#100;&#101;&#101;&#102;</span></p>

0 commit comments

Comments
 (0)