show and close scheduler window
This commit is contained in:
@@ -2613,3 +2613,17 @@ function portfolioCryptoValidate() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
// scheduler show div
|
||||||
|
|
||||||
|
function showScheduler() {
|
||||||
|
document.getElementById('scheduler-div').style.display = "block";
|
||||||
|
}
|
||||||
|
|
||||||
|
function closeScheduler() {
|
||||||
|
document.getElementById('scheduler-div').style.display = "none";
|
||||||
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user