Skip to content

Commit 93e7342

Browse files
committed
Put it at the top of the body rather than the bottom of the nav
1 parent 6aa8717 commit 93e7342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versionwarning.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
var latestStable = '0.21';
33
var goodPaths = ['stable', 'dev', latestStable];
44
var showWarning = (msg) => {
5-
$('.header').append(
5+
$('.body[role=main]').prepend(
66
'<p style="' +
77
[
88
'padding: 1em',

0 commit comments

Comments
 (0)