mirror of
https://github.com/IvarK/AntimatterDimensionsSourceCode.git
synced 2024-11-10 14:12:02 +00:00
final test
This commit is contained in:
parent
338b0f34f5
commit
191a16173b
@ -1131,6 +1131,10 @@
|
||||
<button class="storebtn" style="font-size: 15px" onclick="tooltipSave()" style="display: inline">Yes</button>
|
||||
<button class="storebtn" style="font-size: 15px" onclick="closeToolTip()" style="display: inline">No</button>
|
||||
</div>
|
||||
<div class="popup" id="update">
|
||||
<div id="updatePopup">The last test, I will use this feature to annoynce updates.</div>
|
||||
<button class="storebtn" style="font-size: 15px" onclick="closeToolTip()" style="display: inline">Okay</button>
|
||||
</div>
|
||||
</body>
|
||||
<script src="PlayFab/PlayFabClientApi.js"></script>
|
||||
<script src="javascripts/autobuyer.js"></script>
|
||||
|
@ -3251,7 +3251,8 @@ setInterval(function() {
|
||||
//like this:
|
||||
if (data.version != player.version) {
|
||||
player.version = data.version
|
||||
$.notify(data.message, "info")
|
||||
document.getElementById("update").style.display = "block"
|
||||
document.getElementById("updatePopup").innerHTML = data.message
|
||||
//or some more resilient method
|
||||
//like forced news bar with message running over and over
|
||||
}
|
||||
|
@ -1 +1 @@
|
||||
{"version" : 3.2, "message" : "still testing this feature"}
|
||||
{"version" : 3.21, "message" : "The last test, I will use this feature to annoynce updates."}
|
Loading…
Reference in New Issue
Block a user