summaryrefslogtreecommitdiffstats
path: root/afm-client/app/Frontend/app.js
AgeCommit message (Collapse)AuthorFilesLines
2016-02-10app.js: avoid ambiguityJosé Bollo1-1/+1
Writing: "conf ? expr : var = item;" is wrong because = has lower priority than ?:. It is in fact evaluated as: "(conf ? expr : var) = item;" Change-Id: I876b67b80c9285356d82bcc1c87795a97a501c86 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-02-09CleanupFulup Ar Foll1-3/+6
2016-02-09Implemented URL query parsing for initial token /opa/?token=abcdeFulup Ar Foll1-2/+8
2016-01-27Handle Error Modal on uploadFulup Ar Foll1-1/+0
2016-01-25First versionFulup Ar Foll1-0/+64