Change status attribute name.
This commit is contained in:
parent
c3debc6ee0
commit
4734cd8198
@ -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…
Reference in New Issue
Block a user