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 #12709 from EverythingMe/924090-dnd-trigger
Browse files Browse the repository at this point in the history
Bug 924090 - [e.me] Everything.me load sequence is not triggered when dr...
  • Loading branch information
amirnissim committed Oct 7, 2013
2 parents bd7ba0a + 07cdde9 commit ae52b6f
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 ae52b6f

Please sign in to comment.