mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Minor improvements (#1715)
* Minor improvements * Updated * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md
This commit is contained in:
parent
b27fa94ee8
commit
ce138921d8
12 changed files with 25 additions and 25 deletions
|
@ -315,7 +315,7 @@ Ajax.prototype = {
|
|||
$('body').prepend(response.raw_output);
|
||||
}
|
||||
if (response.sql_log) {
|
||||
$('#sqlLog').prepend(response.sql_log + '<hr />');
|
||||
$('#sqlLog').prepend(response.sql_log + '<hr/>');
|
||||
fixSqlLog();
|
||||
}
|
||||
if (response.update_ids) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue