Archive.today opens in new tab
This commit is contained in:
@@ -264,7 +264,8 @@ class BrowserViewController: UIViewController
|
||||
guard let currentURL = webView.url else { return }
|
||||
guard let archiveURL = URL(string: "https://archive.today/\(currentURL.absoluteString)") else { return }
|
||||
|
||||
tab.beginLoadingURL(archiveURL)
|
||||
// Open in new tab:
|
||||
createNewTab(withURL: archiveURL)
|
||||
documentControls.dismiss(animated: true, completion: nil)
|
||||
}, for: .touchUpInside)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user