Skip to content
This repository was archived by the owner on Jun 4, 2020. It is now read-only.

Commit 4b587a9

Browse files
committed
Increment build version
2 parents 4bc10fd + 7b575e1 commit 4b587a9

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

404.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permalink: /404.html
77

88
Oops: the lectures have been reorganized and we appear to have broken your link.
99

10-
<p class="loading">Redirecting you to the homepage</p>
10+
<p class="loading">Redirecting you to the new address</p>
1111

1212
<br>
1313

@@ -123,12 +123,12 @@ redirects.set('/discrete_dp.html', 'https://python-advanced.quantecon.org/discre
123123
var request = window.location.pathname;
124124
var redirectURL = redirects.get(request);
125125

126-
var timer = setTimeout(function() {
127-
if (redirectURL === undefined) {
128-
window.location='/';
126+
var timer = setTimeout( function() {
127+
if ( redirectURL === undefined ) {
128+
window.location = '/';
129129
} else {
130130
window.location = redirectURL;
131131
}
132132
}, 3000);
133133

134-
</script>
134+
</script>

_config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ exclude:
1919
- vendor/bundle
2020

2121
# Increment to force users' browser to download new assets
22+
build_version: 1.0
2223
stylesheet_version: 1.4
23-
javascript_version: 1.1
24+
javascript_version: 1.2
2425

2526
plugins:
2627
- jekyll-sitemap

0 commit comments

Comments
 (0)