mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
More fixes for scrutinizer-ci (+ enable php)
This commit is contained in:
parent
59b32241bf
commit
161ddc9920
5 changed files with 17 additions and 32 deletions
|
|
@ -46,13 +46,11 @@ function AddOpenPgpKeyPopupView()
|
|||
return false;
|
||||
}
|
||||
|
||||
var
|
||||
done = false,
|
||||
match = null;
|
||||
var done = false;
|
||||
|
||||
do
|
||||
{
|
||||
match = reg.exec(keyTrimmed);
|
||||
var match = reg.exec(keyTrimmed);
|
||||
if (match && 0 < count)
|
||||
{
|
||||
if (match[0] && match[1] && match[2] && match[1] === match[2])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue