We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47748ec commit a130885Copy full SHA for a130885
Build/CommonAssemblyInfo.cs
@@ -15,5 +15,5 @@
15
//
16
// You can specify all the values or you can default the Revision and Build Numbers
17
// by using the '*' as shown below:
18
-[assembly: AssemblyVersion("1.4.0")]
19
-[assembly: AssemblyFileVersion("1.4.0")]
+[assembly: AssemblyVersion("1.4.1")]
+[assembly: AssemblyFileVersion("1.4.1")]
Griddly/Scripts/griddly.js
@@ -1331,7 +1331,7 @@
1331
}
1332
};
1333
1334
- $("[data-role=griddly]").griddly();
+ //$("[data-role=griddly]").griddly();
1335
1336
$(function ()
1337
{
0 commit comments