Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/1283/head
zouap 3 years ago
parent
commit
73f31c4755
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      public/home/home.js
  2. +1
    -1
      templates/home.tmpl

+ 1
- 1
public/home/home.js View File

@@ -59,7 +59,7 @@ socket.onmessage = function (e) {
html += " <a href=\"" + getRepoLink(record) + "\" rel=\"nofollow\">" + getRepoLink(record) + "</a>" html += " <a href=\"" + getRepoLink(record) + "\" rel=\"nofollow\">" + getRepoLink(record) + "</a>"
} }
if(record.OpType == "9"){ if(record.OpType == "9"){
} }


if(record.Repo != null){ if(record.Repo != null){


+ 1
- 1
templates/home.tmpl View File

@@ -144,7 +144,7 @@
</div> </div>
<div class="am-mt-30"></div> <div class="am-mt-30"></div>
<script src="/self/js/jquery.min.js" type="text/javascript"></script> <script src="/self/js/jquery.min.js" type="text/javascript"></script>
<script src="/home/home.js" type="text/javascript"></script>
<script src="/home/home.js?v={{MD5 AppVer}}" type="text/javascript"></script>
<script> <script>


var swiper = new Swiper(".newslist", { var swiper = new Swiper(".newslist", {


Loading…
Cancel
Save