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

Commit

Permalink
Disable selection, closes #24.
Browse files Browse the repository at this point in the history
  • Loading branch information
octalmage committed Sep 20, 2014
1 parent a4e0de8 commit 6dc75fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ $(document).on("ready", function()

updateList();
preloadCache();
loadNote(current);
loadNote(current, false);

window.addEventListener('polymer-ready', function(e)
{
Expand Down

0 comments on commit 6dc75fe

Please sign in to comment.