mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 13:39:22 +03:00
Added "Enforce 2-Step verification" setting
This commit is contained in:
parent
b7709c8117
commit
acb013fbb5
47 changed files with 1271 additions and 908 deletions
|
|
@ -28,9 +28,3 @@ disableContextMenu:function(){return false;this.on("contextmenu",
|
|||
proto:{addTarget:function(a,e){a.on("contextmenu",function(a){
|
||||
-->
|
||||
proto:{addTarget:function(a,e){a.on("contextmenu",function(a){return false;
|
||||
|
||||
---
|
||||
|
||||
var a=this.$.nodeName.toLowerCase();
|
||||
-->
|
||||
var a=(this.$?(this.$.nodeName||''):'').toLowerCase();
|
||||
Loading…
Add table
Add a link
Reference in a new issue