X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fstatic%2Fwclib.js;h=8ef0d63e00871e88c72d93f01dde19a32db60a84;hb=abc3002365c6adbd95385626047a3b47fd6ff74a;hp=c5e54251616b93d98c47424e1f5a3f4ce1c1c271;hpb=4f0ce36057737146c6379d0eae0cabec13f7fe17;p=citadel.git diff --git a/webcit/static/wclib.js b/webcit/static/wclib.js index c5e542516..8ef0d63e0 100644 --- a/webcit/static/wclib.js +++ b/webcit/static/wclib.js @@ -585,7 +585,7 @@ function NotesResizeMouseUp(evt) { } uid_of_note_being_resized = ''; - return true; + return false; // disable the default action } function NotesResizeMouseMove(evt) { @@ -606,7 +606,7 @@ function NotesResizeMouseMove(evt) { saved_x = x; saved_y = y; note_was_resized = 1; - return true; + return false; // disable the default action }