mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2025-02-22 13:19:05 +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+)$/)
|
const match = self.src.match(/\?_=(\d+)$/)
|
||||||
if (match && match[1] && match[1] !== apiVersion)
|
if (match && match[1] && match[1] !== apiVersion)
|
||||||
return swal({
|
return swal({
|
||||||
title: 'Updated detected!',
|
title: 'Update detected!',
|
||||||
text: 'Client assets have been updated. Reload to display the latest version?',
|
text: 'Client assets have been updated. Reload to display the latest version?',
|
||||||
icon: 'info',
|
icon: 'info',
|
||||||
buttons: {
|
buttons: {
|
||||||
|
@ -140,7 +140,7 @@ page.checkClientVersion = apiVersion => {
|
|||||||
const match = self.src.match(/\?_=(\d+)$/)
|
const match = self.src.match(/\?_=(\d+)$/)
|
||||||
if (match && match[1] && match[1] !== apiVersion)
|
if (match && match[1] && match[1] !== apiVersion)
|
||||||
return swal({
|
return swal({
|
||||||
title: 'Updated detected!',
|
title: 'Update detected!',
|
||||||
text: 'Client assets have been updated. Reload to display the latest version?',
|
text: 'Client assets have been updated. Reload to display the latest version?',
|
||||||
icon: 'info',
|
icon: 'info',
|
||||||
buttons: {
|
buttons: {
|
||||||
|
Loading…
Reference in New Issue
Block a user