Skip to content

Commit 20a45ca

Browse files
committed
Removing recline because problem with ghpages builds
1 parent 472c3c4 commit 20a45ca

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

bower.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"lodash": "*",
3131
"recline.backend.gdocs": "https://github.com/okfn/recline.backend.gdocs.git#e81bb237759353932834a38a0ec810441e0ada10",
3232
"csv.js": "https://github.com/okfn/csv.js.git#976b61384a1808eb464aca5876e5ea46c98deaee",
33-
"recline.view.nvd3.js": "https://github.com/NuCivic/recline.view.nvd3.js.git#removing_steps",
34-
"recline":"[email protected]:okfn/recline.git#2b7095794e6273b45b7761534d74b59e839d3c1f"
33+
"recline.view.nvd3.js": "https://github.com/NuCivic/recline.view.nvd3.js.git#removing_steps"
3534
}
3635
}

examples/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<script src="../vendor/slickgrid/plugins/slick.rowselectionmodel.js"></script>
3636
<script src="../vendor/slickgrid/plugins/slick.rowmovemanager.js"></script>
3737
<script src="../vendor/moment/moment.js"></script>
38-
<script src="../vendor/recline/dist/recline.min.js"></script>
38+
<script src="http://okfnlabs.org/recline/dist/recline.min.js"></script>
3939
<script src="../vendor/d3/d3.js"></script>
4040
<script src="../vendor/nvd3/build/nv.d3.js"></script>
4141
</head>

0 commit comments

Comments
 (0)