version 0.6.10

This commit is contained in:
Florian Dold 2016-10-04 11:48:50 +02:00
parent 91549d3992
commit 0697c987c5
3 changed files with 5 additions and 4 deletions

View File

@ -284,6 +284,7 @@ namespace TalerNotify {
}); });
addHandler("taler-payment-succeeded", (msg: any, sendResponse: any) => { addHandler("taler-payment-succeeded", (msg: any, sendResponse: any) => {
console.log("got taler-payment-succeeded");
sendResponse(); sendResponse();
}); });

View File

@ -2,8 +2,8 @@
"description": "Privacy preserving and transparent payments", "description": "Privacy preserving and transparent payments",
"manifest_version": 2, "manifest_version": 2,
"name": "GNU Taler Wallet (git)", "name": "GNU Taler Wallet (git)",
"version": "0.6.9", "version": "0.6.10",
"version_name": "0.0.1-pre5", "version_name": "0.0.1-pre6",
"applications": { "applications": {
"gecko": { "gecko": {

View File

@ -41,11 +41,11 @@ aside {
} }
section#main { section#main {
margin: 0 0 0 100px; margin: auto;
padding: 20px; padding: 20px;
border-left: 1px solid black; border-left: 1px solid black;
height: 100%; height: 100%;
max-width: 40em; max-width: 50%;
} }
section#main h1:first-child { section#main h1:first-child {