mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-02-21 20:59:04 +00:00
Updated dashboard.js and home.js again
This commit is contained in:
parent
001e741a08
commit
f3d6a90a0b
@ -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: {
|
||||
|
@ -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: {
|
||||
|
Loading…
Reference in New Issue
Block a user