mirror of
https://github.com/MrEidam/bigredbutton.git
synced 2026-04-17 15:43:31 +00:00
New Path to almost every HTML
This commit is contained in:
@@ -244,10 +244,10 @@ cash();
|
||||
|
||||
function click(){
|
||||
setTimeout(function decoration(){
|
||||
document.getElementById('imgcli').src = './img/icons8-clicked.png'
|
||||
document.getElementById('imgcli').src = '../img/icons8-clicked.png'
|
||||
},500);
|
||||
setTimeout(function decoration(){
|
||||
document.getElementById('imgcli').src = './img/icons8-rest.svg'
|
||||
document.getElementById('imgcli').src = '../img/icons8-rest.svg'
|
||||
},1000)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user