Message in fx update notification was inaccurate, you have to press the actual "Update" button, only reloading no longer works
parent
52a5c03ad8
commit
12a580c742
|
@ -128,8 +128,8 @@
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="window" style="display: none" id="updateNotification">
|
<div class="window" style="display: none" id="updateNotification">
|
||||||
<h3>A new version of FX is available! Reload to update</h3>
|
<h3>A new version of FX is available! Click the "Update" button below to update</h3>
|
||||||
<button id="swUpdateButton">Reload</button>
|
<button id="swUpdateButton">Update</button>
|
||||||
<button onclick="document.getElementById('updateNotification').style.display = 'none'">Dismiss</button>
|
<button onclick="document.getElementById('updateNotification').style.display = 'none'">Dismiss</button>
|
||||||
</div>
|
</div>
|
||||||
</span>
|
</span>
|
||||||
|
|
Loading…
Reference in New Issue