Skip to content

Commit 9ebf698

Browse files
committed
Fix broken interactive articles
1 parent a5fe09c commit 9ebf698

File tree

7 files changed

+474
-6
lines changed

7 files changed

+474
-6
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
.Rproj.user
33
/_site/
44

5+
.DS_Store
File renamed without changes.

media/js/mcmcExplainer/bundle.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ exports.byteLength = byteLength
55
exports.toByteArray = toByteArray
66
exports.fromByteArray = fromByteArray
77

8+
console.log("Loading JS")
89
var lookup = []
910
var revLookup = []
1011
var Arr = typeof Uint8Array !== 'undefined' ? Uint8Array : Array

0 commit comments

Comments
 (0)