This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
creylopez
/
django-ex
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
2
Wiki
Activity
Browse Source
DIV-1167 - Fixed SVG path error on OpenShift
pull/172/head
Michael Olund
5 years ago
parent
4abc752f85
commit
125369277e
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
vue/src/components/Uploader/Image.vue
+ 1
- 1
vue/src/components/Uploader/Image.vue
View File
@ -95,7 +95,7 @@
return
""
;
}
,
pdfIconUrl
(
)
{
return
"../../static/svg/pdf-icon.svg"
;
return
`
${
this
.
$parent
.
$parent
.
$parent
.
$parent
.
proxyRootPath
}
static/svg/pdf-icon.svg
`
;
}
}
,
}
;
Write
Preview
Loading…
Cancel
Save