aboutsummaryrefslogtreecommitdiff
path: root/popup
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-03-01 19:46:20 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-03-01 19:56:41 +0100
commit1cca800254bca4b34e911f252223ef0456dd95d7 (patch)
tree23e55fdbb0d07146b7425a4a25664fdc17bce76f /popup
parent5c600904f5d30773f5700f1df934d5235558b2eb (diff)
downloadwallet-core-1cca800254bca4b34e911f252223ef0456dd95d7.tar.xz
add author
Diffstat (limited to 'popup')
-rw-r--r--popup/popup.css7
-rw-r--r--popup/popup.tsx8
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" />