File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ function getCookie(name) {
44 if ( parts . length === 2 ) return parts . pop ( ) . split ( ';' ) . shift ( ) ;
55 }
66 function checkversion ( ) {
7- if ( getCookie ( 'ScratchToolsVersion' ) !== '1.4 ' ) {
8- document . cookie = "ScratchToolsVersion=1.4 ; expires=Thu, 18 Dec 9999 12:00:00 UTC; path=/" ;
7+ if ( getCookie ( 'ScratchToolsVersion' ) !== '1.5 ' ) {
8+ document . cookie = "ScratchToolsVersion=1.5 ; expires=Thu, 18 Dec 9999 12:00:00 UTC; path=/" ;
99 createExplanation ( )
1010}
1111 }
@@ -47,7 +47,7 @@ element.appendChild(h1)
4747var stuff = document . createElement ( 'br' )
4848element . appendChild ( stuff )
4949var el2 = document . createElement ( 'p' )
50- el2 . textContent = "This is ScratchTools v1.4 ! We have a few new features, so we hope you're excited !"
50+ el2 . textContent = "Welcome to ScratchTools v1.5 ! We have added a lot of new features, so take a look around !"
5151el2 . style . color = 'black'
5252el2 . style . padding = '20px'
5353element . appendChild ( el2 )
You can’t perform that action at this time.
0 commit comments