Skip to content

Commit

Permalink
remove mouseover event in notification
Browse files Browse the repository at this point in the history
  • Loading branch information
naggie committed Apr 11, 2013
1 parent 54049ad commit eb173c2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@ mf.controllers.notification = function(selector) {
// timeout id for the fade out animation
var timeout

// user may have interest, or may want to click and fire attached event
ele.on('mouseenter',function(){
clearTimeout(timeout)
})
// user may have interest
//ele.on('mouseenter',function(){
// clearTimeout(timeout)
//})

// set the message, optionally specifying an icon from font awesome,
// without icon- prefix
Expand Down

0 comments on commit eb173c2

Please sign in to comment.