pulsar/index.html
Nathan Sobo 601cf41108 Fix bug where file-finder pushed editor up.
For now, I'm removing the flexbox treatment of #app-vertical because the file finder just needs to overlay the bottom and absolute positioning is simpler. I'm also using requireStylesheet to load the file finders CSS instead of a link tag.
2012-03-14 18:28:23 -06:00

15 lines
212 B
HTML

<html>
<head>
<script src='src/stdlib/require.js'></script>
<script>
window.onload = function() {
if ($bootstrapScript) require($bootstrapScript);
}
</script>
</head>
<body>
</body>
</html>