Skip to content

Commit d1b6729

Browse files
authored
Merge pull request #457 from homestar9/patch-3
Update "Whoops" exception message to allow selecting a subset of text
2 parents 40f8346 + 15ed419 commit d1b6729

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

system/exceptions/Whoops.cfm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@
176176
class="exception__message"
177177
title="Exception Message - Click to copy"
178178
id="exceptionMessage"
179-
onclick="copyToClipboard( 'exceptionMessage' )"
180179
>
181180
<i
182181
onclick="copyToClipboard( 'exceptionMessage' )"
@@ -411,4 +410,4 @@
411410
</script>
412411
</body>
413412
</html>
414-
</cfoutput>
413+
</cfoutput>

0 commit comments

Comments
 (0)