Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

Commit

Permalink
Merge pull request #6583 from crdlc/bug-814399
Browse files Browse the repository at this point in the history
Bug 814399 - Add to homescreen from the search in ev.me does not work fi...
  • Loading branch information
Cristian Rodriguez committed Nov 22, 2012
2 parents 128524f + 5eb4fa6 commit 02ed1dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/homescreen/everything.me/js/etmmanager.js
Expand Up @@ -20,11 +20,11 @@ var EvmeManager = (function() {
}

function addBookmark(params) {
GridManager.install({
GridManager.install(new Bookmark({
bookmarkURL: params.originUrl,
name: params.title,
icon: params.icon
});
}));
}

function openUrl(url) {
Expand Down

0 comments on commit 02ed1dd

Please sign in to comment.