添加刷新函数
This commit is contained in:
parent
c0b12ac60c
commit
4461a66c7a
|
@ -843,3 +843,7 @@ function HS_setDate(inputObj){
|
||||||
calenderObj.targetObj = inputObj;
|
calenderObj.targetObj = inputObj;
|
||||||
inputObj.parentNode.insertBefore(calenderObj,inputObj.nextSibling);
|
inputObj.parentNode.insertBefore(calenderObj,inputObj.nextSibling);
|
||||||
}
|
}
|
||||||
|
//lizanle 刷新函数
|
||||||
|
function redo() {
|
||||||
|
window.location.reload()
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue