parent
2be60eab1b
commit
79907b78b9
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ Diaspora.ProtocolHandler = {
|
||||||
window.navigator.registerProtocolHandler(
|
window.navigator.registerProtocolHandler(
|
||||||
"web+diaspora",
|
"web+diaspora",
|
||||||
[window.location.protocol, "//", window.location.host, "/link?q=%s"].join(""),
|
[window.location.protocol, "//", window.location.host, "/link?q=%s"].join(""),
|
||||||
document.title
|
gon.appConfig.settings.podname
|
||||||
);
|
);
|
||||||
} catch (_) {
|
} catch (_) {
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue