Skip to content

Commit

Permalink
Merge pull request #3732 from Spuds/Patch_1_1_10
Browse files Browse the repository at this point in the history
! I do not think the intention was characters in the range
  • Loading branch information
Spuds authored Jan 22, 2024
2 parents 8d05cb3 + 743e14d commit 3c32e48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/default/scripts/script_elk.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @copyright ElkArte Forum contributors
* @license BSD http://opensource.org/licenses/BSD-3-Clause
*
* @version 1.1.9
* @version 1.1.10
*/

/**
Expand Down Expand Up @@ -495,7 +495,7 @@ function revalidateMentions(sForm, sInput)
mentions,
pos = -1,
// Some random punctuation marks that may appear next to a name
boundaries_pattern = /[ \.,;!\?'-\\\/="]/i;
boundaries_pattern = /[ .,;!?'\-\\\/="]/i;

for (var i = 0, count = all_elk_mentions.length; i < count; i++)
{
Expand Down

0 comments on commit 3c32e48

Please sign in to comment.