This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Citadel Server, WebCit, utilities".

The branch, master has been updated
       via  6f0e26168da5d0c4f8115c67f68d87a1c879a76c (commit)
      from  b72d201c04f87e2a29f7cfcdd29dff2644aec84e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://code.citadel.org/?p=citadel.git&a=commit&h=6f0e26168da5d0c4f8115c67f68d87a1c879a76c
commit 6f0e26168da5d0c4f8115c67f68d87a1c879a76c
Author: Art Cancro <a...@citadel.org>
Date:   Fri Nov 26 00:39:04 2021 -0500

    Link entry in the editor now works.  The example code at 
https://www.thatsoftwaredude.com/content/8912/create-a-basic-text-editor-in-javascript
 was a bit naive because it assumes the URL is already known at the moment the 
user presses the Link button.  We open a box for URL entry, but when the user 
clicks into that box the original selection disappears.  So we have to save the 
selection range in hidden fields so we know where to replace the text.

-----------------------------------------------------------------------

Summary of changes:
 webcit-ng/static/css/webcit.css   |  1 +
 webcit-ng/static/js/view_forum.js | 58 +++++++++++++++++++++++++++++++++++----
 2 files changed, 53 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
Citadel Server, WebCit, utilities

Reply via email to