Skip to content

Commit ba12bcd

Browse files
author
Aldo Caneo
committed
add version to copiapo schedule
1 parent 54758ed commit ba12bcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/js/copiapo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ const FILES =[
99
for(let i=0; i<FILES.length;i++){
1010
await fetch('assets/sections/copiapo/' + FILES[i] + '?v=1.0').then(r => r.text()).then(r => document.body.innerHTML+=r)
1111
}
12-
import schedule from '/assets/js/copiapo/schedule.js';
12+
import schedule from '/assets/js/copiapo/schedule.js?v=1.0';
1313
schedule()

0 commit comments

Comments
 (0)