mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
style: icons svg
This commit is contained in:
@@ -18,8 +18,14 @@ function openModal() {
|
||||
clientActive.checked = false
|
||||
}
|
||||
|
||||
function reloadPage(){
|
||||
setTimeout(function() {
|
||||
location.reload();}, 100);
|
||||
}
|
||||
|
||||
function closeModal() {
|
||||
document.getElementById('Modal-create-client').style.display = 'none';
|
||||
reloadPage()
|
||||
// document.getElementById('Modal-create-client').style.display = 'none';
|
||||
}
|
||||
|
||||
function editclient(id) {
|
||||
|
||||
Reference in New Issue
Block a user