From: Michael Vogel Date: Sat, 22 Jun 2013 22:26:49 +0000 (+0200) Subject: jappixmini: The login window is repositioned so that there are no problems with ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=eccc3bfc45cd1ab48b82ff1a78c740fc526cbe30;p=friendica-addons.git jappixmini: The login window is repositioned so that there are no problems with "vier" --- diff --git a/jappixmini/lib.js b/jappixmini/lib.js index a777a7fd..ed52f597 100644 --- a/jappixmini/lib.js +++ b/jappixmini/lib.js @@ -40,7 +40,7 @@ function jappixmini_addon_get_client_secret(callback) { var div = document.getElementById("#jappixmini-password-query-div"); if (!div) { - div = $('
Retype your Friendica password for chatting:
'); + div = $('
Retype your Friendica password for chatting:
'); var input = $('') div.append(input);