File tree Expand file tree Collapse file tree
src/BookNavigator/downloads Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,21 +62,9 @@ export class IABookDownloads extends LitElement {
6262 ` ;
6363 }
6464
65- get accessProtectedBook ( ) {
65+ get installLCPSoftwareMsg ( ) {
6666 return html `
67- <p> To access downloaded books , you need Adobe-compliant software on your device . The Internet Archive will administer this loan , but Adobe may also collect some information .</ p>
68- <a class= "ia-button external primary" href = "https://www.adobe.com/solutions/ebook/digital-editions/download.html" rel = "noopener noreferrer" target = "_blank" > Install Adobe Digital Editions </ a>
69- ` ;
70- }
71-
72- get installSimplyEAldikoThoriumMsg ( ) {
73- return html `
74- <p> For LCP downloads , make sure you have SimplyE or Aldiko Next installed on mobile or Thorium on desktop .</ p>
75- <ul>
76- <li> <a href= "https://librarysimplified.org/simplye/" rel = "noopener noreferrer nofollow" target = "_blank" > Install SimplyE </ a> </ li>
77- <li> <a href= "https://www.demarque.com/en-aldiko" rel = "noopener noreferrer nofollow" target = "_blank" > Install Aldiko </ a> </ li>
78- <li> <a href= "https://thorium.edrlab.org/" rel = "noopener noreferrer nofollow" target = "_blank" > Install Thorium </ a> </ li>
79- </ ul>
67+ <p> For LCP downloads , make sure you have LCP software such as <a href= "https://thorium.edrlab.org/" rel = "noopener noreferrer nofollow" target = "_blank" > Thorium </ a> installed on your device .</ p>
8068 ` ;
8169 }
8270
@@ -86,8 +74,8 @@ export class IABookDownloads extends LitElement {
8674 ${ this . loanExpiryMessage }
8775 <ul> ${ this . renderDownloadOptions ( ) } </ ul>
8876 ${ this . hasLCPOption
89- ? this . installSimplyEAldikoThoriumMsg
90- : ( this . isBookProtected ? this . accessProtectedBook : nothing )
77+ ? this . installLCPSoftwareMsg
78+ : nothing
9179 }
9280 ` ;
9381 }
You can’t perform that action at this time.
0 commit comments