.
This commit is contained in:
+5
-5
@@ -579,11 +579,11 @@ export function openMainImage(current_question, t, source) {
|
|||||||
// });
|
// });
|
||||||
} else {
|
} else {
|
||||||
let url;
|
let url;
|
||||||
if (data_url.startsWith("http")) {
|
//if (data_url.startsWith("http")) {
|
||||||
url = data_url;
|
// url = data_url;
|
||||||
} else {
|
//} else {
|
||||||
url = window.location.href.replace(/\/\#\/?$/, "") + "/" + data_url;
|
// url = window.location.href.replace(/\/\#\/?$/, "") + "/" + data_url;
|
||||||
}
|
//}
|
||||||
|
|
||||||
if (url.endsWith("dcm")) {
|
if (url.endsWith("dcm")) {
|
||||||
url = "wadouri:" + url;
|
url = "wadouri:" + url;
|
||||||
|
|||||||
Reference in New Issue
Block a user