Skip to content

Commit eb38b19

Browse files
committed
Release IE cache fix.
1 parent 05778ec commit eb38b19

File tree

2 files changed

+4
-4
lines changed

2 files changed

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

Griddly/Scripts/griddly.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@
5353
if (state && state.filterValues)
5454
{
5555
if (this.$element.prev(".griddly-init-flag").val() == "loaded"
56-
//Workaround for IE when header cache-control: no-store is present
57-
//See https://developer.mozilla.org/en-US/Firefox/Releases/1.5/Using_Firefox_1.5_caching and https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigation
56+
// Workaround for IE when header cache-control: no-store is present. Form method works in Chrome, window.performance method works in IE and FF.
57+
// See https://developer.mozilla.org/en-US/Firefox/Releases/1.5/Using_Firefox_1.5_caching and https://developer.mozilla.org/en-US/docs/Web/API/PerformanceNavigation
5858
|| (window.performance && window.performance.navigation && window.performance.navigation.type == 2))
5959
{
6060
try

0 commit comments

Comments
 (0)