mirror of
https://github.com/vladmandic/automatic
synced 2026-08-31 09:31:00 +02:00
restart server redesign
This commit is contained in:
@@ -38,7 +38,6 @@ function formatTime(secs) {
|
||||
|
||||
function setTitle(progress) {
|
||||
var title = 'SD.Next'
|
||||
console.log('progress:', progress)
|
||||
if (progress) title += ' ' + progress.split(' ')[0].trim();
|
||||
if (document.title != title) document.title = title;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user