Changeset 3464778
- Timestamp:
- 02/19/2026 06:34:42 AM (6 weeks ago)
- Location:
- autoaltai/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
admin/js/autoaltai-script.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
autoaltai/trunk/README.txt
r3372800 r3464778 85 85 86 86 == 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 87 91 = 1.0.4 = 88 92 - Stable Release -
autoaltai/trunk/admin/js/autoaltai-script.js
r3367142 r3464778 414 414 }); 415 415 416 417 $(".autoaltai-btn-wrap button").on("click", function () { 416 $('.autoaltai__table-history').on("click", ".autoaltai-btn-wrap button", function(e) { 418 417 const media_id = $(this).data("media-id"); 419 418 const alt_text = $("#autoaltai-alttext-"+media_id).val();
Note: See TracChangeset
for help on using the changeset viewer.