Fix lint errors.

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2020-05-11 09:20:07 +03:00
parent 73ee91a024
commit e02df5467a
7 changed files with 33 additions and 60 deletions

View File

@@ -277,7 +277,7 @@ $(document).ready(function () {
}
);
$("td:eq(4)", row).off(); // Release any possible previous onClick event handlers
$("td:eq(4)", row).click(function() {
$("td:eq(4)", row).click(function () {
var new_tab = window.open("groups-domains.php?domainid=" + data[9], "_blank");
if (new_tab) {
new_tab.focus();