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
pub
mods
Commits
b1458242
Commit
b1458242
authored
May 20, 2020
by
Fran
Browse files
syntax error fix
parent
b703ee07
Changes
1
Hide whitespace changes
Inline
Side-by-side
js/mods.js
View file @
b1458242
...
...
@@ -1296,7 +1296,7 @@ function edit_module(evt) {
update_module
(
idnumber
)
win
.
close
()
}
if
(
filename
!=
"
undefined
"
&&
!=
""
)
{
if
(
filename
!=
"
undefined
"
&&
filename
!=
""
)
{
var
btn
=
document
.
createElement
(
'
button
'
)
btn
.
appendChild
(
document
.
createTextNode
(
'
reload from server
'
))
btn
.
style
.
padding
=
mods
.
ui
.
padding
...
...
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