Showing
1 changed file
with
1 additions
and
1 deletions
@@ -49,7 +49,7 @@ $('#download').click(function() { | @@ -49,7 +49,7 @@ $('#download').click(function() { | ||
49 | op: 'YB_DOWNLOAD_C', | 49 | op: 'YB_DOWNLOAD_C', |
50 | param: JSON.stringify({ | 50 | param: JSON.stringify({ |
51 | C_ID: CHANNELS[channel], | 51 | C_ID: CHANNELS[channel], |
52 | - TO_URL: url | 52 | + TO_URL: encodeURIComponent(url) |
53 | }) | 53 | }) |
54 | }, true); | 54 | }, true); |
55 | } | 55 | } |
-
Please register or login to post a comment