mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
Issue #2106 - Follow-up: Un-prefix DOM Attribute MozUserSelect
This commit is contained in:
parent
1a5b3dcae6
commit
abb891ff26
7 changed files with 8 additions and 8 deletions
|
|
@ -40,7 +40,7 @@ var sel = window.getSelection();
|
|||
|
||||
function enableSelection(id) {
|
||||
var span = document.getElementById(id);
|
||||
span.style.MozUserSelect = 'text';
|
||||
span.style.UserSelect = 'text';
|
||||
}
|
||||
|
||||
function setupPrevSelection() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue