fix-https-share-qrcode
This commit is contained in:
@@ -535,7 +535,7 @@ function shareKey() {
|
|||||||
sharekey.html(res)
|
sharekey.html(res)
|
||||||
globalShareKey = res
|
globalShareKey = res
|
||||||
sharelink.html(window.location.href.split("/")[0] + "//"+window.location.host + "/observe?sid=" + globalShareKey)
|
sharelink.html(window.location.href.split("/")[0] + "//"+window.location.host + "/observe?sid=" + globalShareKey)
|
||||||
sharelink.attr("href", "http://"+window.location.host + "/observe?sid=" + globalShareKey)
|
sharelink.attr("href", window.location.href.split("/")[0] + "//"+window.location.host + "/observe?sid=" + globalShareKey)
|
||||||
sharelink.css("color","#1cc88a")
|
sharelink.css("color","#1cc88a")
|
||||||
} else
|
} else
|
||||||
showtext(res)
|
showtext(res)
|
||||||
|
|||||||
Reference in New Issue
Block a user