File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2537,11 +2537,13 @@ var control = (function() {
25372537 helper . e ( ".control-header-shade-style-scroll" ) . disabled = false ;
25382538 helper . e ( "[for=control-header-shade-opacity]" ) . removeAttribute ( "disabled" ) ;
25392539 helper . e ( ".control-header-shade-opacity" ) . disabled = false ;
2540+ helper . e ( ".control-header-radius" ) . disabled = false ;
25402541 } else {
25412542 helper . e ( ".control-header-shade-style-always" ) . disabled = true ;
25422543 helper . e ( ".control-header-shade-style-scroll" ) . disabled = true ;
25432544 helper . e ( "[for=control-header-shade-opacity]" ) . setAttribute ( "disabled" , "" ) ;
25442545 helper . e ( ".control-header-shade-opacity" ) . disabled = true ;
2546+ helper . e ( ".control-header-radius" ) . disabled = true ;
25452547 } ;
25462548 } ;
25472549 var _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
66 var compare = function ( a , b ) {
77 var pa = a . split ( "." ) ;
You can’t perform that action at this time.
0 commit comments