Updated to bikelover.org and new demos!

This commit is contained in:
Jonathan Rosenbaum
2017-09-14 09:48:14 +00:00
parent 2d5fa04834
commit 64715b04bc
3 changed files with 69 additions and 9 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ $(function(){
"use strict";
// extra information about each demo
var demos = ["ybdb", "bikebinder", "bikeshed", "freehub", "bikekitchenpos", "signinapp"];
var demos = ["ybdb", "bikebinder", "bikeshed", "freehub", "biketree", "bikekitchenpos", "signinapp", "vtracklery", "vtracklery2", "bike-database", "workstand"];
$.each(demos, function(key, value) {
show_more($('#' + value), $('#' + value + '_button'));
@@ -28,4 +28,4 @@ $(function(){
});