[demo][xs]: very minor tidying.
This commit is contained in:
parent
224dcbadf3
commit
2fe1b48fc3
@ -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">
|
||||
|
||||
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user