Added SignIn App.

This commit is contained in:
Jonathan Rosenbaum
2016-03-04 20:50:03 +00:00
parent 727999f7c4
commit ffcbb55246
2 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ $(function(){
"use strict";
// extra information about each demo
var demos = ["ybdb", "bikebinder", "bikeshed", "freehub", "bikekitchenpos"];
var demos = ["ybdb", "bikebinder", "bikeshed", "freehub", "bikekitchenpos", "signinapp"];
$.each(demos, function(key, value) {
show_more($('#' + value), $('#' + value + '_button'));