Skip to content

Commit 1544df5

Browse files
ugregrayluo
andauthored
Update templates/display.html
Co-Authored-By: Ray Luo <rayluo.mba@gmail.com>
1 parent e6edbd8 commit 1544df5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

templates/display.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
<meta charset="UTF-8">
55
</head>
66
<body>
7-
<a href="javascript:window.history.go(-1)">Back</a>
7+
<a href="javascript:window.history.go(-1)">Back</a> <!-- Displayed on top of a potentially large JSON response, so it will remain visible -->
88
<h1>Graph API Call Result</h1>
99
<pre>{{ result |tojson(indent=4) }}</pre> <!-- Just a generic json viewer -->
1010
</body>
1111
</html>
12-

0 commit comments

Comments
 (0)