Skip to content

Commit f5a8ed8

Browse files
authored
Update deprecation warning for behavior-loading (#26320)
deprecation introduced with #10565 but TODO was not updated leading to console warnings with a TODO.
1 parent 1a63dd5 commit f5a8ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

war/src/main/webapp/scripts/hudson-behavior.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1774,7 +1774,7 @@ function rowvgStartEachRow(recursive, f) {
17741774
++p,
17751775
function (e) {
17761776
console.warn(
1777-
".behavior-loading is deprecated, use <l:skeleton /> instead - since TODO",
1777+
".behavior-loading is deprecated, use <l:skeleton /> instead - since 2.515",
17781778
e,
17791779
);
17801780
e.classList.add("behavior-loading--hidden");

0 commit comments

Comments
 (0)