Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
yoast_seo
Commits
40b171bd
Commit
40b171bd
authored
Dec 28, 2020
by
Tessa Bakker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#3190093
: Fix typo in bitwise OR assignment
parent
d0a6f668
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
js/yoast_seo.js
js/yoast_seo.js
+1
-1
No files found.
js/yoast_seo.js
View file @
40b171bd
...
...
@@ -54,7 +54,7 @@
if
(
!
(
Position
<
this
.
length
))
{
Position
=
this
.
length
;
}
else
{
Position
|
=
0
;
// round position
Position
|=
0
;
// round position
}
return
this
.
substr
(
Position
-
searchStr
.
length
,
searchStr
.
length
)
===
searchStr
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment