Merge pull request #610 from aurimasv/attach-link
Attach link from URI fix
This commit is contained in:
commit
af775e6082
|
@ -14,7 +14,7 @@
|
|||
>
|
||||
|
||||
<script src="include.js"/>
|
||||
<script src="AttachLink.js"/>
|
||||
<script src="attachLink.js"/>
|
||||
|
||||
<vbox id="zotero-attach-uri-container">
|
||||
<hbox>
|
||||
|
|
|
@ -457,7 +457,8 @@ Zotero.Attachments = new function(){
|
|||
title = dir[dir.length - 2];
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
if (!title) {
|
||||
title = url;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user