Changeset 3216402
- Timestamp:
- 01/03/2025 10:41:04 AM (15 months ago)
- Location:
- media-focus-point
- Files:
-
- 2 edited
-
tags/1.2.1/script.js (modified) (1 diff)
-
trunk/script.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
media-focus-point/tags/1.2.1/script.js
r3216382 r3216402 60 60 document.querySelector('.pin').style.left = `${left}px`; 61 61 document.querySelector('.pin').style.top = `${top}px`; 62 if (disable) document.getElementById("reset_btn").setAttribute('disabled', '');63 62 } 64 63 -
media-focus-point/trunk/script.js
r3216042 r3216402 60 60 document.querySelector('.pin').style.left = `${left}px`; 61 61 document.querySelector('.pin').style.top = `${top}px`; 62 if (disable) document.getElementById("reset_btn").setAttribute('disabled', '');63 62 } 64 63
Note: See TracChangeset
for help on using the changeset viewer.