File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2537,11 +2537,13 @@ var control = (function(){
25372537helper . e ( ".control-header-shade-style-scroll" ) . disabled = false ;
25382538helper . e ( "[for=control-header-shade-opacity]" ) . removeAttribute ( "disabled" ) ;
25392539helper . e ( ".control-header-shade-opacity" ) . disabled = false ;
2540+ helper . e ( ".control-header-radius" ) . disabled = false ;
25402541} else {
25412542helper . e ( ".control-header-shade-style-always" ) . disabled = true ;
25422543helper . e ( ".control-header-shade-style-scroll" ) . disabled = true ;
25432544helper . e ( "[for=control-header-shade-opacity]" ) . setAttribute ( "disabled" , "" ) ;
25442545helper . e ( ".control-header-shade-opacity" ) . disabled = true ;
2546+ helper . e ( ".control-header-radius" ) . disabled = true ;
25452547} ;
25462548} ;
25472549var _search = function ( ) {
Original file line number Diff line number Diff line change 11var version = ( function ( ) {
22
33// version is normally bumped when the state needs changing or any new functionality is added
4- var current = "3.10.1 " ;
4+ var current = "3.10.2 " ;
55
66var compare = function ( a , b ) {
77var pa = a . split ( "." ) ;
You can’t perform that action at this time.
0 commit comments