mirror of https://github.com/nocodb/nocodb
Pranav C
3 years ago
2 changed files with 31 additions and 10 deletions
@ -0,0 +1,18 @@ |
|||||||
|
<!DOCTYPE html> |
||||||
|
<html {{ HTML_ATTRS }}> |
||||||
|
<head {{ HEAD_ATTRS }}> |
||||||
|
{{ HEAD }} |
||||||
|
</head> |
||||||
|
<body {{ BODY_ATTRS }}> |
||||||
|
{{ APP }} |
||||||
|
</body> |
||||||
|
<script> |
||||||
|
setTimeout(() => { |
||||||
|
if (document.getElementById('nuxt-loading')) { |
||||||
|
if (!(window.$nuxt && window.$nuxt._isDev) && confirm('If you upgraded NocoDB, please click OK.')) { |
||||||
|
window.location.reload(true) |
||||||
|
} |
||||||
|
} |
||||||
|
}, 16000) |
||||||
|
</script> |
||||||
|
</html> |
Loading…
Reference in new issue