Skip to content
This repository has been archived by the owner on Mar 16, 2023. It is now read-only.

Commit

Permalink
Disabling triple-click for #13.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Sep 17, 2014
1 parent 85c9791 commit 6bdc564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ $(document).on("ready",function()
duplicateNote(current);
});

$("#note").on("tripleclick",{ threshold: 600 }, function(e)
/*$("#note").on("tripleclick",{ threshold: 600 }, function(e)
{
if (displayShowing())
Expand All @@ -282,7 +282,7 @@ $(document).on("ready",function()
{
display();
}
})
})*/

$("#pageflip").on("mousedown", function()
{
Expand Down

0 comments on commit 6bdc564

Please sign in to comment.