Browse Source

alert json

ming 3 năm trước cách đây
mục cha
commit
07c2a72969
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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) {