Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
@maxxer disable autoplay in the help, and destroy the help page on cl…
Browse files Browse the repository at this point in the history
…osing (stop the video)
  • Loading branch information
barrydegraaff committed Apr 23, 2016
1 parent f036dc6 commit cc056bc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ The recommended method is to deploy using git. (I no longer support zmzimletctl,
[root@myzimbra ~]# rm pgp-zimlet -Rf
[root@myzimbra ~]# git clone https://github.com/Zimbra-Community/pgp-zimlet
[root@myzimbra ~]# cd pgp-zimlet
[root@myzimbra pgp-zimlet]# git checkout 2.2.2
[root@myzimbra pgp-zimlet]# git checkout 2.2.3
[root@myzimbra pgp-zimlet]# chmod +rx install-dev.sh
[root@myzimbra pgp-zimlet]# ./install-dev.sh
[root@myzimbra pgp-zimlet]# su zimbra
Expand Down
Expand Up @@ -584,7 +584,8 @@ function(appName) {
*/
tk_barrydegraaff_zimbra_openpgp.prototype._resetApp=
function(appName) {
app = appCtxt.getCurrentApp();
var app = appCtxt.getCurrentApp();
app.setContent('');
app.reset(false) ;
appCtxt.getAppController().activateApp("Mail") ;
appCtxt.getAppChooser().getButton(tk_barrydegraaff_zimbra_openpgp.openPGPApp).setVisible(false);
Expand Down
@@ -1,4 +1,4 @@
<zimlet name="tk_barrydegraaff_zimbra_openpgp" version="2.2.2" label="OpenPGP" description="Encrypt/Decrypt messages with OpenPGP">
<zimlet name="tk_barrydegraaff_zimbra_openpgp" version="2.2.3" label="OpenPGP" description="Encrypt/Decrypt messages with OpenPGP">
<summary>
Zimbra OpenPGP Zimlet

Expand Down

1 comment on commit cc056bc

@barrydegraaff
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@maxxer thanks for reporting!!

Please sign in to comment.