No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with
1 additions and
1 deletions
-
vocoder/static/vocoder.js
|
|
@ -4,7 +4,7 @@ |
|
|
|
// Vocoder front-end Javascript
|
|
|
|
//
|
|
|
|
|
|
|
|
var archiveUrl = "http://localhost:5000/add-to-archive"; |
|
|
|
var archiveUrl = window.location + "add-to-archive"; |
|
|
|
var canvasColour = "white"; |
|
|
|
var canvasHeight = 400; |
|
|
|
var canvasWidth = 800; |
|
|
|