Skip to content

Commit

Permalink
more visible url
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinsee committed Sep 8, 2014
1 parent 5c6a6ce commit dab6306
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ function fnFormatDetails ( oTable, nTr )
{
var aData = oTable.fnGetData( nTr );
var sOut = '<table cellpadding="5" cellspacing="0" border="0" style="padding-left:50px;">';
sOut += '<tr><td>Error Detail URL:</td><td><a href="/dashboard/error_detail?id='+aData[1]+'">'+document.write(location.href);+'dashboard/error_detail?id='+aData[1]+'</a></td></tr>';
sOut += '<tr><td>Error Detail URL:</td><td><a href="/dashboard/error_detail?id='+aData[1]+'">dashboard/error_detail?id='+aData[1]+'</a></td></tr>';
sOut += '<tr><td>User Agent:</td><td>'+aData[2]+'</td></tr>';
sOut += '<tr><td>Origin:</td><td>'+aData[3]+'</td></tr>';
sOut += '<tr><td>Line Number:</td><td>'+aData[4]+'</td></tr>';
Expand Down

0 comments on commit dab6306

Please sign in to comment.