diff options
Diffstat (limited to 'web/react')
-rw-r--r-- | web/react/components/post_body.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/post_body.jsx b/web/react/components/post_body.jsx index 48b268700..6cfd243de 100644 --- a/web/react/components/post_body.jsx +++ b/web/react/components/post_body.jsx @@ -125,7 +125,7 @@ export default class PostBody extends React.Component { url: 'https://www.googleapis.com/youtube/v3/videos', type: 'GET', data: {part: 'snippet', id: youtubeId, key: global.window.config.GoogleDeveloperKey}, - success + success: success.bind(this) }); } |