Updated dashboard.js and home.js again

This commit is contained in:
Bobby Wibowo 2020-08-23 02:22:03 +07:00
parent 001e741a08
commit f3d6a90a0b
No known key found for this signature in database
GPG Key ID: 51C3A1E1E22D26CF
2 changed files with 2 additions and 2 deletions

View File

@ -157,7 +157,7 @@ page.checkClientVersion = apiVersion => {
const match = self.src.match(/\?_=(\d+)$/)
if (match && match[1] && match[1] !== apiVersion)
return swal({
title: 'Updated detected!',
title: 'Update detected!',
text: 'Client assets have been updated. Reload to display the latest version?',
icon: 'info',
buttons: {

View File

@ -140,7 +140,7 @@ page.checkClientVersion = apiVersion => {
const match = self.src.match(/\?_=(\d+)$/)
if (match && match[1] && match[1] !== apiVersion)
return swal({
title: 'Updated detected!',
title: 'Update detected!',
text: 'Client assets have been updated. Reload to display the latest version?',
icon: 'info',
buttons: {