Showing
1 changed file
with
1 additions
and
1 deletions
@@ -795,7 +795,7 @@ define('yohood', function(require, exports) { | @@ -795,7 +795,7 @@ define('yohood', function(require, exports) { | ||
795 | $('.has-upload span').text(file.name); | 795 | $('.has-upload span').text(file.name); |
796 | $('.has-upload').fadeIn(); | 796 | $('.has-upload').fadeIn(); |
797 | 797 | ||
798 | - $('#filr-url').val(data.data); | 798 | + $('#file-url').val(data.data); |
799 | 799 | ||
800 | }, | 800 | }, |
801 | onUploadError : function(file, errorCode, errorMsg, errorString) { | 801 | onUploadError : function(file, errorCode, errorMsg, errorString) { |
-
Please register or login to post a comment