diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-03-01 19:46:20 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-03-01 19:56:41 +0100 |
commit | 1cca800254bca4b34e911f252223ef0456dd95d7 (patch) | |
tree | 23e55fdbb0d07146b7425a4a25664fdc17bce76f /popup | |
parent | 5c600904f5d30773f5700f1df934d5235558b2eb (diff) |
add author
Diffstat (limited to 'popup')
-rw-r--r-- | popup/popup.css | 7 | ||||
-rw-r--r-- | popup/popup.tsx | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/popup/popup.css b/popup/popup.css index 53c9f97ed..7218b7baf 100644 --- a/popup/popup.css +++ b/popup/popup.css @@ -1,3 +1,10 @@ + +/** + * @author Gabor X. Toth + * @author Marcello Stanisci + * @author Florian Dold + */ + body { min-height: 20em; width: 30em; diff --git a/popup/popup.tsx b/popup/popup.tsx index 963556c32..2cd753e4f 100644 --- a/popup/popup.tsx +++ b/popup/popup.tsx @@ -15,6 +15,14 @@ */ +/** + * Popup shown to the user when they click + * the Taler browser action button. + * + * @author Florian Dold + */ + + /// <reference path="../lib/decl/mithril.d.ts" /> /// <reference path="../lib/decl/lodash.d.ts" /> |