Skip to content

Commit 060a3d4

Browse files
author
Emmanuel Schanzer
committed
do the same for beforePyret.js
1 parent 2091f93 commit 060a3d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/web/js/beforePyret.js

+1
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ $(function() {
506506
function updateName(p) {
507507
filename = p.getName();
508508
$("#filename").text(" (" + truncateName(filename) + ")");
509+
$("#filename").attr('title', filename);
509510
setTitle(filename);
510511
showShareContainer(p);
511512
}

0 commit comments

Comments
 (0)