Skip to content

Commit e6edbd8

Browse files
authored
Move back link to top of document
Large JSON response hides this from user
1 parent e766604 commit e6edbd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/display.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<meta charset="UTF-8">
55
</head>
66
<body>
7+
<a href="javascript:window.history.go(-1)">Back</a>
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>
1212

0 commit comments

Comments
 (0)