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
Daniel CAZAL
co2
Commits
eecee326
Commit
eecee326
authored
Jan 26, 2019
by
Raph El
Browse files
Hotfix bookmark #1178
parent
939fac98
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/js/dynForm/bookmark.js
View file @
eecee326
...
...
@@ -6,6 +6,13 @@ dynForm = {
onLoads
:
{
sub
:
function
(){
dyFInputs
.
setSub
(
"
bg-url
"
);
if
(
typeof
contextData
!=
"
undefined
"
&&
contextData
!=
null
){
$
(
"
#parentId
"
).
val
(
contextData
.
id
);
$
(
"
#parentType
"
).
val
(
contextData
.
type
);
}
},
},
afterSave
:
function
(){
...
...
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