Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
O
OSMyBiz
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
35
Issues
35
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
2
Merge Requests
2
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
geometalab
OSMyBiz
Commits
2416820a
Commit
2416820a
authored
Aug 14, 2019
by
Seemann Benjamin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempt to fix output
parent
de7432d9
Pipeline
#76355032
passed with stages
in 4 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
frontend/osmybiz/static/converter.js
frontend/osmybiz/static/converter.js
+4
-2
No files found.
frontend/osmybiz/static/converter.js
View file @
2416820a
...
...
@@ -928,14 +928,16 @@ function getSourceAsDom(url) {
fetched
.
then
((
result
)
=>
{
// console.log(result); string is here
output
=
handelShemaOrg
(
result
);
document
.
getElementById
(
'
openingHoursTime
'
).
value
=
output
;
});
}
else
if
(
input
.
match
(
/
[
0-9
]
/g
))
{
output
=
convert
(
input
);
document
.
getElementById
(
'
openingHoursTime
'
).
value
=
output
;
}
}
if
(
output
===
'
No valid input
'
)
{
output
=
''
;
}
document
.
getElementById
(
'
openingHoursTime
'
).
value
=
output
;
// return output;
}
/*
...
...
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