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 15
15
//
16
16
// You can specify all the values or you can default the Revision and Build Numbers
17
17
// by using the '*' as shown below:
18
- [ assembly: AssemblyVersion ( "2.4.2 " ) ]
19
- [ assembly: AssemblyFileVersion ( "2.4.2 " ) ]
18
+ [ assembly: AssemblyVersion ( "2.4.3 " ) ]
19
+ [ assembly: AssemblyFileVersion ( "2.4.3 " ) ]
20
20
//[assembly: AssemblyInformationalVersion("2.0-alpha6")]
Original file line number Diff line number Diff line change 511
511
var currentDirection = currentPos != - 1 ? this . options . sortFields [ currentPos ] . Direction : "Descending" ;
512
512
var newDirection = currentDirection == "Descending" ? "Ascending" : "Descending" ;
513
513
514
- var inlineFilters = $ ( "tr.griddly-filters-inline" , this . element ) ;
514
+ var inlineFilters = $ ( "tr.griddly-filters-inline" , this . $ element) ;
515
515
516
516
if ( ! this . options . isMultiSort || ! event . ctrlKey )
517
517
{
You can’t perform that action at this time.
0 commit comments