Skip to content

Commit ab0826d

Browse files
author
Batiste Bieler
committed
Disable debug mode
1 parent 9d6b31a commit ab0826d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<script>
4848
// sound on a GPL licence found on http://blog.dayjo.org/?p=335
4949
soundManager.url = '{{MEDIA_URL}}';
50-
soundManager.useConsole = false;
50+
soundManager.debugMode = false;
5151
soundManager.onload = function() {
5252
// SM2 is ready to go!
5353
var mySound = soundManager.createSound({

0 commit comments

Comments
 (0)