Merge with develop:
- No. of unread books correct calculated - logviewer handles stream output correct - Id for testablility in email server setup
This commit is contained in:
@ -17,7 +17,11 @@
|
||||
|
||||
// Upon loading load the logfile for the first option (event log)
|
||||
$(function() {
|
||||
init(0);
|
||||
if ($("#log_group input").length)
|
||||
{
|
||||
var element = $("#log_group input[type='radio']:checked").val();
|
||||
init(element);
|
||||
}
|
||||
});
|
||||
|
||||
// After change the radio option load the corresponding log file
|
||||
|
Reference in New Issue
Block a user