Plugin Directory

Changeset 3464778


Ignore:
Timestamp:
02/19/2026 06:34:42 AM (6 weeks ago)
Author:
autoaltai
Message:

bug fixing of alt text update from history page

Location:
autoaltai/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • autoaltai/trunk/README.txt

    r3372800 r3464778  
    8585
    8686== Changelog ==
     87= 1.0.4.1 =
     88- Fixed an issue where alt text could not be updated correctly from the History page.
     89- Improved stability when saving updated alt text entries.
     90
    8791= 1.0.4 =
    8892- Stable Release
  • autoaltai/trunk/admin/js/autoaltai-script.js

    r3367142 r3464778  
    414414  });
    415415 
    416 
    417   $(".autoaltai-btn-wrap button").on("click", function () {
     416  $('.autoaltai__table-history').on("click", ".autoaltai-btn-wrap button", function(e) {
    418417    const media_id = $(this).data("media-id");
    419418    const alt_text = $("#autoaltai-alttext-"+media_id).val();
Note: See TracChangeset for help on using the changeset viewer.