Merge branch 'qkqpttgf:master' into master

This commit is contained in:
gd1214b
2021-10-31 14:00:02 +08:00
committed by GitHub
6 changed files with 192 additions and 47 deletions
+4 -1
View File
@@ -529,7 +529,10 @@
<!--IsFileStart-->
var $url = document.getElementById('url');
if ($url) {
$url.innerHTML = location.protocol + '//' + location.host + $url.innerHTML;
//$url.innerHTML = location.protocol + '//' + location.host + $url.innerHTML;
let url = location.href;
url = url.substr(0, url.length-8);
$url.innerHTML = url.replace(/&amp;/g, '&amp;amp;');
$url.style.height = $url.scrollHeight + 'px';
}
<!--IsofficeFileStart-->