Ignore:
Timestamp:
Dec 7, 2013, 8:40:29 PM (10 years ago)
Author:
mistic100
Message:

better control over session cache for multiview data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/AdminTools/template/public_controller.js

    r25817 r25818  
    8080  }
    8181
     82  // delete session cache
     83  this.deleteCache = function() {
     84    if ('sessionStorage' in window) {
     85      window.sessionStorage.removeItem('multiView');
     86    }
     87  };
     88
    8289  // move close button to smartpocket toolbar
    8390  this.initMobile = function() {
Note: See TracChangeset for help on using the changeset viewer.