mirror of
https://github.com/fspc/BikeBike-Community-Software-Docker-Demo-WebSite.git
synced 2026-09-16 16:41:37 -04:00
Added SignIn App.
This commit is contained in:
+1
-1
@@ -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'));
|
||||
|
||||
Reference in New Issue
Block a user