Browse Source

增加代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/2469/head
zouap 2 years ago
parent
commit
a4cdbabf49
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      templates/base/footer.tmpl

+ 1
- 1
templates/base/footer.tmpl View File

@@ -121,7 +121,7 @@

for(var i=0;i<pArrays.length;i++){
var p = pArrays[i];
p.innerText=serverItemList[i].name;
p.innerText=serverItemList[i].content;
}
});
</script>


Loading…
Cancel
Save