File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,10 @@ Fixed "Empty Database", now working
29
29
Added UserAgent check
30
30
Sending email from PC fixed
31
31
Added license
32
+ - ** 1.6.2**
33
+ Fixed hidden buttons on hover (PC)
34
+ Fixed import private key from file (PC)
35
+ Centered title on Info sections
32
36
33
37
##License
34
38
Copyright (C) 2015 Aronne Brivio
Original file line number Diff line number Diff line change 19
19
*/
20
20
21
21
/* Global vars */
22
+ version = "1.6.2" ;
22
23
ua = window . navigator . userAgent ;
23
24
ffos = false ;
24
25
wrap = "" ;
@@ -564,7 +565,7 @@ $(document).ready(function() {
564
565
$ ( document ) . on ( "click" , "#info" , function ( ) {
565
566
wrap = "<div data-type='list'><p>OpenPGP let's you use PGP method to encrypt/decrypt messages.</p><br>" +
566
567
"<p>You can find further informations by clicking on Info icons inside every option.</p>" +
567
- "<header>Version</header><p>1.6.1 </p></div>" ;
568
+ "<header>Version</header><p>" + version + " </p></div>";
568
569
$ ( "#wrapper_down" ) . append ( wrap ) ;
569
570
$ ( "#head_down" ) . append ( "Info" ) ;
570
571
$ ( "[data-position='down']" ) . attr ( 'class' , 'current' ) ;
Original file line number Diff line number Diff line change 6
6
"url" : " http://aro94.altervista.org"
7
7
},
8
8
"default_locale" : " it" ,
9
- "version" : " 1.6.1 " ,
9
+ "version" : " 1.6.2 " ,
10
10
"icons" : {
11
11
"16" : " /icons/16x16.png" ,
12
12
"32" : " /icons/32x32.png" ,
You can’t perform that action at this time.
0 commit comments