Skip to content

Commit 7f767a6

Browse files
authored
Merge pull request #14 from gregdegruy/patch-3
Move back link to top of document
2 parents e766604 + 1544df5 commit 7f767a6

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> <!-- Displayed on top of a potentially large JSON response, so it will remain visible -->
78
<h1>Graph API Call Result</h1>
89
<pre>{{ result |tojson(indent=4) }}</pre> <!-- Just a generic json viewer -->
9-
<a href="javascript:window.history.go(-1)">Back</a>
1010
</body>
1111
</html>
12-

0 commit comments

Comments
 (0)