Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
EXSYS2021
da6
Hold Afstand
Commits
f92d0fe9
Commit
f92d0fe9
authored
May 06, 2021
by
Anders B. Clausen
Browse files
Removed unused code - now code doesn't fail pipeline
parent
c1cdf4b6
Pipeline
#52398
passed with stage
in 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
website/studerende-dk/src/views/Home.vue
View file @
f92d0fe9
...
...
@@ -457,10 +457,7 @@ export default {
const
type
=
"
save
"
const
payload
=
"
id=
"
+
id
+
"
&
"
+
"
data=
"
+
JSON
.
stringify
(
this
.
layout
);
const
request
=
sendServerRequest
(
type
,
payload
);
request
.
onload
=
()
=>
{
const
response
=
request
.
response
;
}
sendServerRequest
(
type
,
payload
);
},
loadLayout
(
id
)
{
...
...
Write
Preview
Supports
Markdown
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