diff --git a/bundle.js b/bundle.js index 9311c7f..3499db4 100644 --- a/bundle.js +++ b/bundle.js @@ -12044,6 +12044,8 @@ function display() { properties.style.display = 'block'; + window.location.hash = parser.toMagnetURI(parsed); + } function createFileRow(icon, name, size) { diff --git a/parse.js b/parse.js index 82f8843..baf71ef 100644 --- a/parse.js +++ b/parse.js @@ -158,6 +158,8 @@ function display() { properties.style.display = 'block'; + window.location.hash = parser.toMagnetURI(parsed); + } function createFileRow(icon, name, size) {