Skip to content

Commit

Permalink
[all][s]: (refs #1) refactor layout to be like standard js library ra…
Browse files Browse the repository at this point in the history
…ther than couch app.
  • Loading branch information
rufuspollock committed Oct 24, 2011
1 parent fe8df04 commit 27a63e6
Show file tree
Hide file tree
Showing 29 changed files with 6 additions and 126 deletions.
120 changes: 0 additions & 120 deletions app.js

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
12 changes: 6 additions & 6 deletions attachments/pages/index.html → demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<link rel="stylesheet" href="style/data-table.css" media="screen">
<link rel="stylesheet" href="style/style.css" media="screen">
<!-- only using jqueryui for draggable -- a lighter solution would be nice -->
<script type="text/javascript" src="script/deps-min.js"></script>
<script type="text/javascript" src="script/util.js"></script>
<script type="text/javascript" src="script/costco.js"></script>
<script type="text/javascript" src="script/recline.js"></script>
<script type="text/javascript" src="script/site.js"></script>
<script type="text/javascript" src="../src/deps-min.js"></script>
<script type="text/javascript" src="../src/util.js"></script>
<script type="text/javascript" src="../src/costco.js"></script>
<script type="text/javascript" src="../src/recline.js"></script>
<script type="text/javascript" src="../src/site.js"></script>
</head>
<body class="bod">
<div class="container">
Expand Down Expand Up @@ -435,4 +435,4 @@
</div>
</script>
</body>
</html>
</html>
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 27a63e6

Please sign in to comment.