Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
prodige
bdl-alkante-visualiseur-core
Commits
d24e238b
Commit
d24e238b
authored
Nov 24, 2022
by
Chef Projet Prodige
Browse files
fix proxy
parent
8f56673a
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/visualiseur-core/src/lib/services/url-proxy.service.ts
View file @
d24e238b
...
...
@@ -32,7 +32,7 @@ export class UrlProxyService {
isOptionExist
(
url
:
string
,
opt
:
string
):
boolean
{
let
ret
=
false
;
if
(
url
.
toUpperCase
().
includes
(
opt
.
toUpperCase
()))
{
if
(
url
.
toUpperCase
().
includes
(
opt
+
'
=
'
.
toUpperCase
()))
{
ret
=
true
;
}
return
ret
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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