Skip to content

Commit

Permalink
Merge pull request #2413 from Instrye/patch-1
Browse files Browse the repository at this point in the history
fix. toolbar file 301
  • Loading branch information
lonnieezell committed Nov 18, 2019
2 parents 3e187bf + 96fbe6e commit 01878e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Debug/Toolbar/Views/toolbarloader.js.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function loadDoc(time) {
}
};

xhttp.open("GET", url + "/?debugbar_time=" + time, true);
xhttp.open("GET", url + "?debugbar_time=" + time, true);
xhttp.send();
}

Expand Down

0 comments on commit 01878e9

Please sign in to comment.