]> git.mxchange.org Git - friendica-addons.git/blobdiff - jappixmini/lib.js
Merge pull request #140 from repat/master
[friendica-addons.git] / jappixmini / lib.js
index deeb8b466794b785690fe2d18bb8fa1a66018bff..ed52f5974acec2e7e528c9c69ba2ddb3ae3bc686 100644 (file)
@@ -1,3 +1,9 @@
+//
+// Copyright 2012 "Leberwurscht" <leberwurscht@hoegners.de>
+//
+// This file is dual-licensed under the MIT license (see MIT.txt) and the AGPL license (see jappix/COPYING).
+//
+
 function jappixmini_addon_xor(str1, str2) {
     if (str1.length != str2.length) throw "not same length";
 
@@ -34,7 +40,7 @@ function jappixmini_addon_get_client_secret(callback) {
                var div = document.getElementById("#jappixmini-password-query-div");
 
                if (!div) {
-                       div = $('<div id="jappixmini-password-query-div" style="position:fixed;padding:1em;background-color:#F00;color:#fff;top:50px;left:50px;">Retype your Friendica password for chatting:<br></div>');
+                       div = $('<div id="jappixmini-password-query-div" style="position:fixed;padding:1em;background-color:#F00;color:#fff;top:50px;left:650px;">Retype your Friendica password for chatting:<br></div>');
 
                        var input = $('<input type="password" id="jappixmini-password-query-input">')
                        div.append(input);