Skip to content

Commit fc42bca

Browse files
committed
Disable griddly early init so events fire.
1 parent a3e7116 commit fc42bca

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.2.3")]
19-
[assembly: AssemblyFileVersion("1.2.3")]
18+
[assembly: AssemblyVersion("1.2.4")]
19+
[assembly: AssemblyFileVersion("1.2.4")]

Griddly/Scripts/griddly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1305,7 +1305,7 @@
13051305
}
13061306
};
13071307

1308-
$("[data-role=griddly]").griddly();
1308+
// $("[data-role=griddly]").griddly();
13091309

13101310
$(function ()
13111311
{

0 commit comments

Comments
 (0)