File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1515//
1616// You can specify all the values or you can default the Revision and Build Numbers
1717// by using the '*' as shown below:
18- [ assembly: AssemblyVersion ( "2.3 .0" ) ]
19- [ assembly: AssemblyFileVersion ( "2.3 .0" ) ]
18+ [ assembly: AssemblyVersion ( "2.4 .0" ) ]
19+ [ assembly: AssemblyFileVersion ( "2.4 .0" ) ]
2020//[assembly: AssemblyInformationalVersion("2.0-alpha6")]
Original file line number Diff line number Diff line change 291291 else
292292 el . show ( 350 ) ;
293293
294+ el . find ( ".griddly-selection-singular" ) . toggle ( this . options . selectedRows == 1 ) ;
295+ el . find ( ".griddly-selection-plural" ) . toggle ( this . options . selectedRows != 1 ) ;
296+
294297 $ ( this . $element ) . find ( "[data-enable-on-selection=true]" ) . removeClass ( "disabled" ) ;
295298 }
296299 else
305308 $ ( this . $element ) . find ( "[data-enable-on-selection=true]" ) . addClass ( "disabled" ) ;
306309 }
307310
311+ this . $element . triggerHandler ( "selectionchanged.griddly" , [ this . options . selectedRows ] ) ;
308312 } , this ) ;
309313
310314 var self = this ;
You can’t perform that action at this time.
0 commit comments