mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 17:46:52 +02:00
Make clear popup is from the Sandbox
This commit is contained in:
parent
01b2a893be
commit
722032080a
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>Server Backup</title>
|
<title>High Fidelity Sandbox</title>
|
||||||
<script src="content-update.js"></script>
|
<script src="content-update.js"></script>
|
||||||
<link rel="stylesheet" type="text/css" href="content-update.css"></link>
|
<link rel="stylesheet" type="text/css" href="content-update.css"></link>
|
||||||
</head>
|
</head>
|
||||||
|
|
|
@ -606,7 +606,7 @@ function checkNewContent() {
|
||||||
buttons: ['Yes', 'No'],
|
buttons: ['Yes', 'No'],
|
||||||
defaultId: 1,
|
defaultId: 1,
|
||||||
cancelId: 1,
|
cancelId: 1,
|
||||||
title: 'New home content',
|
title: 'High Fidelity Sandbox',
|
||||||
message: 'A newer version of the home content set is available.\nDo you wish to update?',
|
message: 'A newer version of the home content set is available.\nDo you wish to update?',
|
||||||
noLink: true,
|
noLink: true,
|
||||||
}, function(idx) {
|
}, function(idx) {
|
||||||
|
|
Loading…
Reference in a new issue