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

Commit c22de71

Browse files
committed
Disabling triple-click for #13.
1 parent d410a7f commit c22de71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ $(document).on("ready",function()
271271
duplicateNote(current);
272272
});
273273

274-
$("#note").on("tripleclick",{ threshold: 600 }, function(e)
274+
/*$("#note").on("tripleclick",{ threshold: 600 }, function(e)
275275
{
276276
277277
if (displayShowing())
@@ -282,7 +282,7 @@ $(document).on("ready",function()
282282
{
283283
display();
284284
}
285-
})
285+
})*/
286286

287287
$("#pageflip").on("mousedown", function()
288288
{

0 commit comments

Comments
 (0)