Skip to content

Commit 0c78969

Browse files
committed
Change the URLs in the test JavaScript to point to the sample backend.
1 parent 464da94 commit 0c78969

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/js/scripts.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jQuery(function($) {
3636

3737
function initLogging() {
3838
$.clientSideLogging({
39-
error_url: '/test/log?type=error',
40-
info_url: '/test/log?type=info',
41-
log_url: '/test/log?type=log',
39+
error_url: 'log.php?type=error',
40+
info_url: 'log.php?type=info',
41+
log_url: 'log.php?type=log',
4242
log_level: 3,
4343
use_console:false,
4444
client_info: {

0 commit comments

Comments
 (0)