Feature: Use page title as default description

This commit is contained in:
winkidney
2018-08-26 00:31:24 -07:00
parent fadb898804
commit 2d9b952482
2 changed files with 3 additions and 0 deletions

View File

@@ -94,6 +94,7 @@
image.onclick = function() {
var popUrl = getFormUrl() + encodeURIComponent(imageUrl);
popUrl = popUrl + '&referer=' + encodeURIComponent(window.location);
popUrl = popUrl + '&description=' + encodeURIComponent(document.title);
window.open(popUrl);
closePinry();
};