Skip to content

Commit 045b105

Browse files
author
Andrew Mercer
committed
FC-3138 - code clean up
1 parent 3a2072e commit 045b105

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tags/navajo/display.cfm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -230,13 +230,10 @@
230230

231231
</cfif>
232232

233-
<!--- AJM FC-3138 HPC-1132 --->
234233
<!--- either stream the webskin result with an appropriate mime type, or output it normally --->
235-
<!--- <cfif len(url.type) AND len(url.view) AND application.stCOAPI[url.type].stWebskins[url.view].viewstack eq "ajax"> --->
236234
<cfif len(url.type) AND len(url.view) AND structKeyExists(application.stCOAPI, url.type) AND structKeyExists(application.stCOAPI[url.type].stWebskins, url.view) AND application.stCOAPI[url.type].stWebskins[url.view].viewstack eq "ajax">
237235
<cfset request.mode.ajax = true />
238236
</cfif>
239-
<!--- <cfif len(url.type) AND len(url.view) AND application.stCOAPI[url.type].stWebskins[url.view].viewstack eq "data" AND structkeyexists(application.stCOAPI[url.type].stWebskins[url.view],"mimeType")> --->
240237
<cfif len(url.type) AND len(url.view) AND structKeyExists(application.stCOAPI, url.type) AND structKeyExists(application.stCOAPI[url.type].stWebskins, url.view) AND application.stCOAPI[url.type].stWebskins[url.view].viewstack eq "data" AND structkeyexists(application.stCOAPI[url.type].stWebskins[url.view],"mimeType")>
241238
<cfset request.mode.ajax = true />
242239

0 commit comments

Comments
 (0)