Plugin Directory

Changeset 3216402


Ignore:
Timestamp:
01/03/2025 10:41:04 AM (15 months ago)
Author:
wpcompany
Message:

remove disabled in script

Location:
media-focus-point
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • media-focus-point/tags/1.2.1/script.js

    r3216382 r3216402  
    6060    document.querySelector('.pin').style.left = `${left}px`;
    6161    document.querySelector('.pin').style.top = `${top}px`;
    62     if (disable) document.getElementById("reset_btn").setAttribute('disabled', '');
    6362}
    6463
  • media-focus-point/trunk/script.js

    r3216042 r3216402  
    6060    document.querySelector('.pin').style.left = `${left}px`;
    6161    document.querySelector('.pin').style.top = `${top}px`;
    62     if (disable) document.getElementById("reset_btn").setAttribute('disabled', '');
    6362}
    6463
Note: See TracChangeset for help on using the changeset viewer.