Merge branch 'next-minor' into develop

This commit is contained in:
Benjamin Neff 2018-07-20 11:07:18 +02:00
commit 9b3f90dc90
No known key found for this signature in database
GPG key ID: 971464C3F1A90194

View file

@ -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;