Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
baas-ide
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
guxukai
baas-ide
Commits
9321f335
Commit
9321f335
authored
May 16, 2017
by
yann300
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rename css filepanel -> filepanel-container
parent
cc6ed460
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app.js
src/app.js
+2
-2
No files found.
src/app.js
View file @
9321f335
...
...
@@ -181,13 +181,13 @@ var run = function () {
// app.js provides file-panel.js with a css selector or a DOM element
// and file-panel.js adds its elements (including css), see "Editor" above
var
css
=
csjs
`
.filepanel {
.filepanel
-container
{
display : flex;
width : 200px;
}
`
var
filepanelContainer
=
document
.
querySelector
(
'#filepanel'
)
filepanelContainer
.
className
=
css
.
filepanel
filepanelContainer
.
className
=
css
[
'filepanel-container'
]
var
FilePanelAPI
=
{
createName
:
createNonClashingName
,
switchToFile
:
switchToFile
,
...
...
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