Этот коммит содержится в:
Joram Wilander
2017-07-18 15:48:47 -04:00
коммит произвёл GitHub
родитель 41969ae66c
Коммит a350f4dc07

Просмотреть файл

@@ -84,7 +84,7 @@ export default class PDFPreview extends React.Component {
success: false
});
PDFJS.getDocument(window.mm_config.SiteURL + props.fileUrl).then(this.onDocumentLoad);
PDFJS.getDocument(props.fileUrl).then(this.onDocumentLoad);
}
onDocumentLoad(pdf) {