summaryrefslogtreecommitdiff
path: root/bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'bundle.js')
-rw-r--r--bundle.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundle.js b/bundle.js
index b332dcd..c98a588 100644
--- a/bundle.js
+++ b/bundle.js
@@ -22908,7 +22908,7 @@ samples.forEach(function (sample) {
for (var i = 0; i < player_count; i++) {
var fn = sample.fn;
if (window.location.href.match(/asdf.us/)) {
- fn = 'http://asdf.us/kalimba/' + fn.replace('wav', 'mp3');
+ fn = '//asdf.us/kalimba/' + fn.replace('wav', 'mp3');
}
var player = new _tone2.default.Player({
url: fn,