mirror of
https://github.com/leoherzog/TorrentParts.git
synced 2026-01-24 04:08:04 -08:00
Add Dynamic Page Title
This commit is contained in:
@@ -12040,6 +12040,12 @@ function display() {
|
||||
|
||||
window.location.hash = parser.toMagnetURI(parsed);
|
||||
|
||||
if (parsed.name) {
|
||||
document.title = "Torrent Parts | " + parsed.name;
|
||||
} else {
|
||||
document.title = "Torrent Parts | Inspect and edit what's in your Torrent file or Magnet link";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
function createFileRow(icon, name, size) {
|
||||
|
||||
Reference in New Issue
Block a user