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
de7432d9
Commit
de7432d9
authored
Aug 14, 2019
by
Seemann Benjamin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed alerts
parent
9255d677
Pipeline
#76349489
passed with stages
in 4 minutes and 55 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
5 deletions
+1
-5
frontend/osmybiz/src/components/detail/DetailForm.vue
frontend/osmybiz/src/components/detail/DetailForm.vue
+1
-1
frontend/osmybiz/static/converter.js
frontend/osmybiz/static/converter.js
+0
-4
No files found.
frontend/osmybiz/src/components/detail/DetailForm.vue
View file @
de7432d9
...
...
@@ -185,7 +185,7 @@
import
VeeValidate
from
'
vee-validate
'
;
import
isURL
from
'
../../../static/converter
'
;
Vue
.
use
(
VeeValidate
);
// document.getElementById('openingHoursURL').addEventListener('blur', printTest, false);
...
...
frontend/osmybiz/static/converter.js
View file @
de7432d9
...
...
@@ -934,11 +934,7 @@ function getSourceAsDom(url) {
}
else
if
(
input
.
match
(
/
[
0-9
]
/g
))
{
output
=
convert
(
input
);
document
.
getElementById
(
'
openingHoursTime
'
).
value
=
output
;
}
else
{
alert
(
'
Enter a valid URL
'
);
}
}
else
{
alert
(
'
Enter a valid Input
'
);
}
// 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