Skip to content

Commit b9a98e2

Browse files
committed
Fix bug and release patch
1 parent aad1d9e commit b9a98e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Build/CommonAssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
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.4.2")]
19-
[assembly: AssemblyFileVersion("2.4.2")]
18+
[assembly: AssemblyVersion("2.4.3")]
19+
[assembly: AssemblyFileVersion("2.4.3")]
2020
//[assembly: AssemblyInformationalVersion("2.0-alpha6")]

Griddly/Scripts/griddly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@
511511
var currentDirection = currentPos != -1 ? this.options.sortFields[currentPos].Direction : "Descending";
512512
var newDirection = currentDirection == "Descending" ? "Ascending" : "Descending";
513513

514-
var inlineFilters = $("tr.griddly-filters-inline", this.element);
514+
var inlineFilters = $("tr.griddly-filters-inline", this.$element);
515515

516516
if (!this.options.isMultiSort || !event.ctrlKey)
517517
{

0 commit comments

Comments
 (0)