Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
19d227c5
Commit
19d227c5
authored
Apr 04, 2021
by
Jonathan Wilkes
Browse files
Merge branch 'prakhar/purr-data-fix_file_list' into emscripten
parents
9810dc39
6962323b
Pipeline
#3461
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/pdgui.js
View file @
19d227c5
...
...
@@ -2119,7 +2119,7 @@ function update_file_ls(){
// Add open button
a
.
onclick
=
function
(){
open_patch
(
file
)};
li
.
append
(
a
);
li
.
classList
.
add
(
"
d-
inline-
block
"
);
li
.
classList
.
add
(
"
d-block
"
);
li
.
classList
.
add
(
"
text-truncate
"
);
li
.
style
.
maxWidth
=
"
150px
"
;
file_ls
.
append
(
li
);
...
...
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