mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 05:14:23 +00:00
add notes
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user