eqeqwan21

tiles.js

Jul 8th, 2025
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. $(".boxes img").removeClass("waiting-icon");
  2. cmddata.queue.rows.forEach(q => {
  3. $(`#d_${q.Devices_id} img`).addClass("waiting-icon");
  4. });
Advertisement
Add Comment
Please, Sign In to add comment