mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
hide project frame by default
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<frameset cols = "25%, *">
|
||||
<frame src ="project.html" />
|
||||
<frame src ="editor.html" />
|
||||
<frameset cols="0%,*" frameborder=no framespacing=0 border=0>
|
||||
<frame src="project.html">
|
||||
<frame src="editor.html">
|
||||
</frameset>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user