Add config and basic page template support

* load JS file asyncronously (just HTML5 async attribut)
* add basic support for page template, where it generates the code inside
  of a simple div at the top
* added option to turn off QR code support
This commit is contained in:
rugk
2017-12-25 14:59:15 +01:00
parent 7bf5af761b
commit 414ab0eb71
9 changed files with 74 additions and 52 deletions

View File

@@ -79,16 +79,6 @@ body.loading {
margin-left: 5px;
}
#qrcodelink {
color: #337ab7;
float: right;
margin-left: 5px;
cursor: pointer;
}
#qrcodelink:hover, #qrcodelink:focus {
color: #23527c;
}
#qrcodemodalClose {
float: right;
}