From 429809c7e9e1b15d3c760bfb283b48be525a1268 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Sun, 12 Jan 2014 23:22:37 +0100 Subject: [PATCH] Add link on App Name in Navbar --- inc/myco.js | 2 ++ index.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/inc/myco.js b/inc/myco.js index aea8026..1fb2527 100644 --- a/inc/myco.js +++ b/inc/myco.js @@ -574,6 +574,8 @@ $( document ).ready( function() { } sync_server=new SyncServer(); + $('#app-name').bind('click',view_home); + $('#add_group_btn').bind('click',on_click_add_group_btn); $('#add_group_submit').bind('click',on_valid_add_group_modal); $("#add_group_modal").on('shown.bs.modal',on_show_add_group_modal); diff --git a/index.html b/index.html index 42dc92c..371eea2 100644 --- a/index.html +++ b/index.html @@ -63,7 +63,7 @@ body{ - MyCo + MyCo