Skip to content

Commit

Permalink
fixed links of each visit
Browse files Browse the repository at this point in the history
  • Loading branch information
borja andrés committed Nov 10, 2014
1 parent 5e1891b commit 6af768c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ <h1>Developer history:</h1>
</div>
<div class="visitSection">
<span class="visitTime" ng-bind="filteredUrl.friendlyTime"></span>
<span class="visitIco"> <img src="{{filteredUrl.ico}}"> </span>
<span class="title"><a target="#" ng-href="filteredUrl.url" ng-class="classKind">{{filteredUrl.title}}</a></span>
<span class="visitIco"> <img ng-src="{{filteredUrl.ico}}"> </span>
<span class="title"><a target="_blank" ng-href="{{filteredUrl.url}}" ng-class="classKind">{{filteredUrl.title}}</a></span>
</div>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion browser-extensions/chrome/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Developer Browser History",
"version": "0.0.9",
"version": "0.0.10",
"manifest_version": 2,
"description": "Developer Browser History",
"background": {
Expand Down

0 comments on commit 6af768c

Please sign in to comment.