We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1d6784 commit e90690bCopy full SHA for e90690b
1 file changed
system/Debug/Toolbar/Views/toolbar.js
@@ -790,7 +790,7 @@ var ciDebugBar = {
790
'">' +
791
row.innerText.replace(
792
patt,
793
- '<input type="text" placeholder="$1">'
+ '<input id="debugbar-route-id-' + i + '" type="text" placeholder="$1">'
794
) +
795
'<input type="submit" value="Go" class="debug-bar-mleft4">' +
796
"</form>";
0 commit comments