ming 3 anos atrás
pai
commit
07c2a72969
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      api/static/upload.js

+ 1 - 1
api/static/upload.js

@@ -18,7 +18,7 @@ function prepareUpload(event) {
     url: 'uploadmp3',
     dataType: 'json',
     success: function (jsonData) {
-      
+      alert(jsonData)
       window.location.href = "/modifyScript?id="+jsonData;
     },
     error: function (error) {