www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit 30b59ebc952f7ad64f2827631b1c7d394089e5af
parent 2200badef240cebc25d031b4cada11b373e249ba
Author: Dan Stillman <dstillman@zotero.org>
Date:   Sun, 18 Feb 2018 15:24:08 -0500

Show full URL in tooltip when hovering over attachment URL

Diffstat:
Mchrome/content/zotero/bindings/attachmentbox.xml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/chrome/content/zotero/bindings/attachmentbox.xml b/chrome/content/zotero/bindings/attachmentbox.xml @@ -239,6 +239,7 @@ if (this.displayURL) { var urlSpec = this.item.getField('url'); urlField.setAttribute('value', urlSpec); + urlField.setAttribute('tooltiptext', urlSpec); urlField.setAttribute('hidden', false); if (this.clickableLink) { urlField.onclick = function (event) {