mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Change status attribute name.
This commit is contained in:
parent
c3debc6ee0
commit
4734cd8198
2 changed files with 2 additions and 2 deletions
|
@ -295,7 +295,7 @@ html[dir='rtl'] .findbar {
|
|||
-moz-user-select:none;
|
||||
}
|
||||
|
||||
#findInput[status="pending"] {
|
||||
#findInput[data-status="pending"] {
|
||||
background-image: url(images/loading-small.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: right;
|
||||
|
|
|
@ -585,7 +585,7 @@ var PDFFindBar = {
|
|||
this.findField.classList.remove('notFound');
|
||||
}
|
||||
|
||||
this.findField.setAttribute('status', status);
|
||||
this.findField.setAttribute('data-status', status);
|
||||
this.findMsg.textContent = findMsg;
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue