Skip to content

Commit a43a7fa

Browse files
committed
7.x changes
1 parent 1305eba commit a43a7fa

2 files changed

Lines changed: 3 additions & 10 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.project

webskin/dmProfile/displaySummaryOptionsGUD.cfm

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,8 @@
77
<cfset stUser = createObject("component", application.stcoapi["farUser"].packagePath).getByUserID(listfirst(stObj.username,"_")) />
88

99
<cfoutput>
10-
<li>
11-
<small>
12-
<a href="https://www.google.com/settings/account">Google Account Settings</a>
13-
</small>
14-
</li>
15-
<li>
16-
<small>
17-
<a href="#application.fapi.getLink(type='gudLogin',view='displayPageAdmin',bodyView='displayTypeBodyMerge')#" target="content">Merge Existing Account</a>
18-
</small>
19-
</li>
10+
<li><a href="https://www.google.com/settings/account">Google Account Settings</a></small></li>
11+
<li><a href="#application.fapi.getLink(type='gudLogin',view='displayPageAdmin',bodyView='displayTypeBodyMerge')#" target="content">Merge Existing Account</a></small></li>
2012
</cfoutput>
2113

2214
<cfsetting enablecfoutputonly="false" />

0 commit comments

Comments
 (0)