Skip to content

Commit bdd72c5

Browse files
committed
Correction to init event
refresh now fires only on refresh. init fires on griddly initiate.
1 parent 5df6679 commit bdd72c5

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,5 +15,5 @@
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("1.0.77.1")]
19-
[assembly: AssemblyFileVersion("1.0.77.1")]
18+
[assembly: AssemblyVersion("1.0.77.2")]
19+
[assembly: AssemblyFileVersion("1.0.77.2")]

Griddly/Scripts/griddly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
if (this.options.onRefresh)
2424
this.options.onRefresh(this, 0, this.options.count > this.options.pageSize ? this.options.pageSize : this.options.count, this.options.count, null);
2525

26-
this.$element.trigger("refresh.griddly",
26+
this.$element.trigger("init.griddly",
2727
{
2828
start: 0,
2929
pageSize: this.options.count > this.options.pageSize ? this.options.pageSize : this.options.count,

0 commit comments

Comments
 (0)