Skip to content

Commit e90690b

Browse files
authored
fix: Add an IDs for toolbar form fields (#9823)
1 parent b1d6784 commit e90690b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/Debug/Toolbar/Views/toolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ var ciDebugBar = {
790790
'">' +
791791
row.innerText.replace(
792792
patt,
793-
'<input type="text" placeholder="$1">'
793+
'<input id="debugbar-route-id-' + i + '" type="text" placeholder="$1">'
794794
) +
795795
'<input type="submit" value="Go" class="debug-bar-mleft4">' +
796796
"</form>";

0 commit comments

Comments
 (0)