huai-sian 3 years ago
parent
commit
c6b1fd3e6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      make_video.html

+ 1 - 1
make_video.html

@@ -381,7 +381,7 @@
         //data.append('file', $('.img_up1').prop('files')[0]);
         data.append('file', files[0]);
         // append other variables to data if you want: data.append('field_name_x', field_value_x);
-        $(this).next().text('上傳中');
+        //$(this).next().text('上傳中');
         console.log($(this).next());
         // $(this).next().html('<img src="img/Spinner-1s-181px.gif">');
         $.ajax({