Skip to content

Commit a130885

Browse files
committed
Fix griddly early init sneaking back in
1 parent 47748ec commit a130885

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.4.0")]
19-
[assembly: AssemblyFileVersion("1.4.0")]
18+
[assembly: AssemblyVersion("1.4.1")]
19+
[assembly: AssemblyFileVersion("1.4.1")]

Griddly/Scripts/griddly.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1331,7 +1331,7 @@
13311331
}
13321332
};
13331333

1334-
$("[data-role=griddly]").griddly();
1334+
//$("[data-role=griddly]").griddly();
13351335

13361336
$(function ()
13371337
{

0 commit comments

Comments
 (0)