Browse Source

fix issue

tags/v1.22.2.2^2
zhoupzh 4 years ago
parent
commit
57e0743c32
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      templates/repo/debugjob/index.tmpl

+ 3
- 3
templates/repo/debugjob/index.tmpl View File

@@ -491,10 +491,10 @@
<script>
// 调试和评分新开窗口
const {AppSubUrl, StaticUrlPrefix, csrf} = window.config;
const url={{.RepoLink}}
const getParam=getQueryVariable('debugListType')
let url={{.RepoLink}}
let getParam=getQueryVariable('debugListType')
const dropdownValue = ['all','',false].includes(getParam)? '全部' : getParam
let dropdownValue = ['all','',false].includes(getParam)? '全部' : getParam
localStorage.setItem('all',location.href)
function getQueryVariable(variable)
{


Loading…
Cancel
Save