mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-03-25 17:11:15 +08:00
v3.1.0
This commit is contained in:
parent
2b3111c3df
commit
38422585d1
@ -82,7 +82,7 @@ function initializeApp() {
|
||||
$('.web_only').remove()
|
||||
}
|
||||
var last_welcome = localStorage.getItem('welcomed_version');
|
||||
if (last_welcome.replace(/.\d+$/, '') != appVersion.replace(/.\d+$/, '')) {
|
||||
if (!last_welcome || last_welcome.replace(/.\d+$/, '') != appVersion.replace(/.\d+$/, '')) {
|
||||
Blockbench.addFlag('after_update')
|
||||
localStorage.setItem('welcomed_version', appVersion)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user