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
47ab2745
Commit
47ab2745
authored
Jul 04, 2019
by
Seemann Benjamin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Abspeichern vor modifizierung des speicher prozesses
parent
87b8333f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
frontend/osmybiz/package-lock.json
frontend/osmybiz/package-lock.json
+12
-0
frontend/osmybiz/src/components/detail/DetailForm.vue
frontend/osmybiz/src/components/detail/DetailForm.vue
+1
-0
No files found.
frontend/osmybiz/package-lock.json
View file @
47ab2745
...
...
@@ -7536,6 +7536,18 @@
"pumpify"
:
"^1.3.3"
,
"stream-each"
:
"^1.1.0"
,
"through2"
:
"^2.0.0"
},
"dependencies"
:
{
"pump"
:
{
"version"
:
"2.0.1"
,
"resolved"
:
"https://registry.npmjs.org/pump/-/pump-2.0.1.tgz"
,
"integrity"
:
"sha512-ruPMNRkN3MHP1cWJc9OWr+T/xDP0jhXYCLfJcBuX54hhfIBnaQmAUMfDcG4DM5UMWByBbJY69QSphm3jtDKIkA=="
,
"dev"
:
true
,
"requires"
:
{
"end-of-stream"
:
"^1.1.0"
,
"once"
:
"^1.3.1"
}
}
}
},
"mixin-deep"
:
{
...
...
frontend/osmybiz/src/components/detail/DetailForm.vue
View file @
47ab2745
...
...
@@ -207,6 +207,7 @@
// const result = isURL(input); https://www.casaferlin.ch/en
if
(
document
.
getElementById
(
'
openingHoursTime
'
).
value
===
''
&&
url
!==
''
)
{
console
.
log
(
'
test
'
);
isURL
(
url
);
}
},
...
...
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