diff options
| author | Yuval Adam <yuval@y3xz.com> | 2015-06-10 16:38:08 +0300 |
|---|---|---|
| committer | Yuval Adam <yuval@y3xz.com> | 2015-06-10 16:38:08 +0300 |
| commit | f6cfae2649a3447bee4df4d6a3e9286531a71d17 (patch) | |
| tree | 187a4e30c03899854bc6097b58638475d2a06fa1 /client/lib/custom.bootstrap.json | |
| parent | 918bdef7c3c02bc33802ab094b222afd054ba08f (diff) | |
Implement instagram query by dates
Diffstat (limited to 'client/lib/custom.bootstrap.json')
| -rw-r--r-- | client/lib/custom.bootstrap.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/client/lib/custom.bootstrap.json b/client/lib/custom.bootstrap.json index 23e2475..03e161f 100644 --- a/client/lib/custom.bootstrap.json +++ b/client/lib/custom.bootstrap.json @@ -4,24 +4,24 @@ "print" : false, "glyphicons" : false, - "scaffolding" : false, - "type" : false, + "scaffolding" : true, + "type" : true, "code" : false, "grid" : true, "tables" : false, - "forms" : false, - "buttons" : false, + "forms" : true, + "buttons" : true, "component-animations" : false, "dropdowns" : false, "button-groups" : false, - "input-groups" : false, + "input-groups" : true, "navs" : false, "navbar" : false, "breadcrumbs" : false, "pagination" : false, "pager" : false, - "labels" : false, + "labels" : true, "badges" : false, "jumbotron" : false, |
