File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1480,7 +1480,7 @@ var control = (function(){
14801480type : "button" ,
14811481func : function ( ) {
14821482_setValue ( "link.item.display.icon.size" , 2 ) ;
1483- link . render . item . icon . letter ( ) ;
1483+ link . render . item . display . icon ( ) ;
14841484update ( ) ;
14851485}
14861486} , {
@@ -1503,7 +1503,7 @@ var control = (function(){
15031503element : helper . e ( ".control-link-item-name-size-default" ) ,
15041504type : "button" ,
15051505func : function ( ) {
1506- _setValue ( "link.item.display.icon .size" , 0.9 ) ;
1506+ _setValue ( "link.item.name .size" , 0.9 ) ;
15071507link . render . item . name ( ) ;
15081508update ( ) ;
15091509}
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.8.2 " ;
4+ var current = "3.8.4 " ;
55
66var compare = function ( a , b ) {
77var pa = a . split ( "." ) ;
You can’t perform that action at this time.
0 commit comments