mirror of
https://github.com/budtmo/docker-android
synced 2024-11-22 15:17:28 +00:00
[Fixed issue in codacy] Using correct operator
This commit is contained in:
parent
ecfaf236b9
commit
666d3eaee6
@ -29,7 +29,7 @@ for (var pos = 0; pos < devices.length; pos++) {
|
||||
var td = document.createElement("td");
|
||||
var content = devices[pos][headers[index]];
|
||||
|
||||
if (index == 1) {
|
||||
if (index === 1) {
|
||||
var link = document.createElement("a");
|
||||
link.href = devices[pos][headers[index+1]];
|
||||
link.innerHTML = content;
|
||||
|
Loading…
Reference in New Issue
Block a user