Minor work on ADSL/Domain/Hosting and other minor fixes
This commit is contained in:
@@ -146,6 +146,12 @@ $(document).ready(function() {
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
// Double click to select a row
|
||||
$("#select-table tr:not(.head)")
|
||||
.dblclick(function(e) {
|
||||
window.location = $("a", this).attr("href");
|
||||
});
|
||||
});
|
||||
'));
|
||||
|
||||
|
Reference in New Issue
Block a user