Skip to content

Commit

Permalink
Allow existence of internal links
Browse files Browse the repository at this point in the history
As suggested on rickardn#10, no response, needed the bower.json which is in this fork
  • Loading branch information
holtkamp committed Mar 8, 2016
1 parent d1ac913 commit 4380b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion listgroup.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}

$item.blur();
return false;
return $item.attr('href') != '#';
});
};

Expand Down

0 comments on commit 4380b56

Please sign in to comment.