[demo][xs]: very minor tidying.

This commit is contained in:
rgrp 2011-11-09 00:29:43 +00:00
parent 224dcbadf3
commit 2fe1b48fc3
2 changed files with 2 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<title>CouchDB Data Explorer</title>
<title>Data Explorer</title>
<link rel="stylesheet" href="style/reset.css" media="screen">
<link rel="stylesheet" href="style/data-table.css" media="screen">
<link rel="stylesheet" href="style/style.css" media="screen">

View File

@ -28,8 +28,7 @@ $(function() {
var dataset = backend.getDataset(datasetId);
dataset.fetch().then(function() {
var dataTable = new recline.DataTable({
model: dataset,
url: "awesome.com/webstore.json"
model: dataset
})
$('.container').append(dataTable.el)