Skip to content

Commit 3359b03

Browse files
committed
update style & js
1 parent 4446542 commit 3359b03

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
@@ -759,7 +759,7 @@ var ciDebugBar = {
759759
for (var i = 0; i < rowGet.length; i++) {
760760
row = rowGet[i];
761761
if (!/\/\(.+?\)/.test(rowGet[i].innerText)) {
762-
ciDebugBar.addClass(row,"debug-bar-pointer");
762+
ciDebugBar.addClass(row, "debug-bar-pointer");
763763
row.setAttribute(
764764
"title",
765765
location.origin + "/" + ciDebugBar.trimSlash(row.innerText)

0 commit comments

Comments
 (0)