Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
LINAGORA
L
LGS
Labs
hublot
Commits
ad5dc0ef
Commit
ad5dc0ef
authored
Oct 10, 2017
by
Yoann HOUPERT
Browse files
clean backspace
parent
45a711bf
Pipeline
#3445
failed with stage
in 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
client/robot/robot.js
client/robot/robot.js
+0
-2
No files found.
client/robot/robot.js
View file @
ad5dc0ef
...
@@ -29,7 +29,6 @@ robot = {
...
@@ -29,7 +29,6 @@ robot = {
let
previousReco
=
[];
let
previousReco
=
[];
let
isRecom
=
false
;
let
isRecom
=
false
;
if
(
reco
.
keywords
&&
reco
.
keywords
.
length
>
0
)
{
if
(
reco
.
keywords
&&
reco
.
keywords
.
length
>
0
)
{
for
(
let
i
=
0
;
i
<
reco
.
keywords
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
reco
.
keywords
.
length
;
i
++
)
{
if
(
!
isRecom
&&
robot
.
previousReco
.
indexOf
(
reco
.
keywords
[
i
].
key
)
===
-
1
)
{
if
(
!
isRecom
&&
robot
.
previousReco
.
indexOf
(
reco
.
keywords
[
i
].
key
)
===
-
1
)
{
...
@@ -43,7 +42,6 @@ robot = {
...
@@ -43,7 +42,6 @@ robot = {
return
;
return
;
}
}
formattedReco
+=
'
<h5>Mots-Clés</h5>
'
;
formattedReco
+=
'
<h5>Mots-Clés</h5>
'
;
for
(
let
i
=
0
;
i
<
reco
.
keywords
.
length
;
i
++
)
{
for
(
let
i
=
0
;
i
<
reco
.
keywords
.
length
;
i
++
)
{
formattedReco
+=
reco
.
keywords
[
i
].
key
+
'
,
'
;
formattedReco
+=
reco
.
keywords
[
i
].
key
+
'
,
'
;
...
...
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