1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-07-26 03:01:23 +02:00

Remove meaningless hrefs

This commit is contained in:
Koko Kurak
2015-06-07 19:49:32 +02:00
parent 00a5a37fcf
commit d36c9975a9
4 changed files with 18 additions and 18 deletions

View File

@@ -54,7 +54,7 @@
li.attr("connection",stmt.connection);
if ( $.inArray(stmt.connection, filters) == -1 ) {
filters.push(stmt.connection);
$('<a href="javascript:" />')
$('<a />')
.addClass(csscls('filter'))
.text(stmt.connection)
.attr('rel', stmt.connection)