Firefox Social title: Use document.title instead of RainTPL variable

Fixes #929
This commit is contained in:
ArthurHoaro 2017-09-02 13:50:03 +02:00
parent a3130d2c2f
commit 206c45bd05
1 changed files with 2 additions and 1 deletions

View File

@ -607,10 +607,11 @@ function htmlEntities(str)
function activateFirefoxSocial(node) {
var loc = location.href;
var baseURL = loc.substring(0, loc.lastIndexOf("/") + 1);
var title = document.title;
// Keeping the data separated (ie. not in the DOM) so that it's maintainable and diffable.
var data = {
name: "{$shaarlititle}",
name: title,
description: "The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community.",
author: "Shaarli",
version: "1.0.0",