We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4446542 commit 3359b03Copy full SHA for 3359b03
system/Debug/Toolbar/Views/toolbar.js
@@ -759,7 +759,7 @@ var ciDebugBar = {
759
for (var i = 0; i < rowGet.length; i++) {
760
row = rowGet[i];
761
if (!/\/\(.+?\)/.test(rowGet[i].innerText)) {
762
- ciDebugBar.addClass(row,"debug-bar-pointer");
+ ciDebugBar.addClass(row, "debug-bar-pointer");
763
row.setAttribute(
764
"title",
765
location.origin + "/" + ciDebugBar.trimSlash(row.innerText)
0 commit comments