Fixed linter errors and warnings.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
tastytea 2019-05-21 15:02:10 +02:00
parent f3ef0a79c4
commit a847ff7c48
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
3 changed files with 3 additions and 4 deletions

View File

@ -7,7 +7,7 @@
<label for="tags">Tags, comma separated:</label>
<input type="text" id="tags" autofocus>
<input type="button" id="button" value="Add URI">
<div id="error"></div>
<strong id="error"></strong>
<script src="launch.js"></script>
</body>

View File

@ -25,8 +25,7 @@ function onResponse(response) {
}
else
{
document.getElementById("error").innerHTML =
"<strong>" + response + "</strong>";
document.getElementById("error").textContent = response;
}
}

View File

@ -16,7 +16,7 @@
"gecko":
{
"id": "remwharead@tastytea.de",
"strict_min_version": "50.0"
"strict_min_version": "57.0"
}
},