Fix typos
This commit is contained in:
committed by
Gaël Métais
parent
7f687051f8
commit
a20c5677b4
@@ -751,7 +751,7 @@
|
||||
}
|
||||
|
||||
function onDetailsClick(row) {
|
||||
// Close if it's alreay open
|
||||
// Close if it's already open
|
||||
if (row.classList.contains('showDetails')) {
|
||||
closeDetails(row);
|
||||
return;
|
||||
@@ -924,4 +924,4 @@
|
||||
};
|
||||
});
|
||||
|
||||
})();
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user