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

Commit

Permalink
Bug 924090 - [e.me] Everything.me load sequence is not triggered when…
Browse files Browse the repository at this point in the history
… dropping an app on a collection [r=crdlc]
  • Loading branch information
Amir Nissim committed Oct 7, 2013
1 parent bd7ba0a commit 07cdde9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/homescreen/everything.me/js/everything.me.js
Expand Up @@ -33,6 +33,7 @@ var EverythingME = {
activationIcon.addEventListener('contextmenu', onContextMenu);
activationIcon.addEventListener('click', triggerActivateFromInput);
window.addEventListener('collectionlaunch', triggerActivate);
window.addEventListener('collectiondropapp', triggerActivate);
window.addEventListener('suggestcollections', triggerActivate);

// specifically for pseudo searchbar
Expand Down

0 comments on commit 07cdde9

Please sign in to comment.