Skip to content

Commit 9d470dd

Browse files
committed
Fix IE caching issue
1 parent 6d5171c commit 9d470dd

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Build/CommonAssemblyInfo.cs

+2-2
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("1.5.9")]
19-
[assembly: AssemblyFileVersion("1.5.9")]
18+
[assembly: AssemblyVersion("1.5.10")]
19+
[assembly: AssemblyFileVersion("1.5.10")]
2020
//[assembly: AssemblyInformationalVersion("1.4.5-editlyalpha2")]

Griddly/Scripts/griddly.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,8 @@
10301030
$.ajax(this.options.url,
10311031
{
10321032
data: postData,
1033-
traditional: true
1033+
traditional: true,
1034+
cache: false
10341035
}).done($.proxy(function (data, status, xhr)
10351036
{
10361037
var count = parseInt(xhr.getResponseHeader("X-Griddly-Count"));

0 commit comments

Comments
 (0)