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

Commit

Permalink
remove unicode whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
barrydegraaff committed May 2, 2017
1 parent cabdf34 commit a5f8efd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tk_barrydegraaff_zimbra_openpgp/lang.js
Expand Up @@ -131,5 +131,6 @@ OpenPGPZimlet.prototype.lang = function () {
if(OpenPGPZimlet.lang[1].indexOf('???') == 0)
{
//Seems we are running from dev folder on the server, but not passed ?dev=1 in the browser, fallback to english
OpenPGPZimlet.lang = english;
}};
OpenPGPZimlet.lang = english;
}
};

0 comments on commit a5f8efd

Please sign in to comment.