add notes

This commit is contained in:
2023-10-02 06:36:31 +02:00
parent f7e3e2122a
commit 02e4446e78

View File

@@ -492,6 +492,7 @@ export default {
'charset': 'utf-8' 'charset': 'utf-8'
} }
}; };
// TODO: fix url
fetch( url, options ).then( res => { fetch( url, options ).then( res => {
if ( res.status === 200 ) { if ( res.status === 200 ) {
this.hasLiveVersion = false; this.hasLiveVersion = false;