Skip to content

Commit

Permalink
Release IE cache fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
programcsharp committed Aug 25, 2016
1 parent 05778ec commit eb38b19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Build/CommonAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.5.10")]
[assembly: AssemblyFileVersion("1.5.10")]
[assembly: AssemblyVersion("1.5.11")]
[assembly: AssemblyFileVersion("1.5.11")]
//[assembly: AssemblyInformationalVersion("1.4.5-editlyalpha2")]
4 changes: 2 additions & 2 deletions Griddly/Scripts/griddly.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
if (state && state.filterValues)
{
if (this.$element.prev(".griddly-init-flag").val() == "loaded"
//Workaround for IE when header cache-control: no-store is present
//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
// Workaround for IE when header cache-control: no-store is present. Form method works in Chrome, window.performance method works in IE and FF.
// 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
|| (window.performance && window.performance.navigation && window.performance.navigation.type == 2))
{
try
Expand Down

0 comments on commit eb38b19

Please sign in to comment.