mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 15:37:03 +03:00
Signature builder small changes
This commit is contained in:
parent
5584c5037f
commit
4c6fd9cdd1
6 changed files with 19 additions and 22 deletions
2
vendors/rl/rl.js
vendored
2
vendors/rl/rl.js
vendored
|
|
@ -6,7 +6,7 @@
|
|||
*/
|
||||
function CRLTopDriver() {}
|
||||
|
||||
CRLTopDriver.prototype.s = window['sessionStorage'];
|
||||
CRLTopDriver.prototype.s = window['sessionStorage'] || null;
|
||||
|
||||
CRLTopDriver.prototype.t = window['top'] || window;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue