File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed
Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -705,14 +705,6 @@ var update = (function(){
705705b : 160
706706}
707707} ;
708- return data ;
709- } ,
710- "4.4.0" : function ( data ) {
711- data . state . header . button . colorAccent = data . state . header . button . accent ;
712- delete data . state . header . button . accent ;
713- return data ;
714- } ,
715- "4.5.0" : function ( data ) {
716708data . state . link . item . color = {
717709by : "theme" ,
718710custom : {
@@ -721,6 +713,8 @@ var update = (function(){
721713b : 0
722714}
723715} ;
716+ data . state . header . button . colorAccent = data . state . header . button . accent ;
717+ delete data . state . header . button . accent ;
724718return data ;
725719}
726720} ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ var version = (function(){
22
33var current = "4.5.0" ;
44
5- var name = "Enchanting Aardvark " ;
5+ var name = "Naughty Goose " ;
66
77var compare = function ( a , b ) {
88var pa = a . split ( "." ) ;
You can’t perform that action at this time.
0 commit comments