diff --git a/resources/assets/js/home/Home.vue b/resources/assets/js/home/Home.vue index cd271742e..55aea4272 100755 --- a/resources/assets/js/home/Home.vue +++ b/resources/assets/js/home/Home.vue @@ -159,8 +159,7 @@ export default { eventer(messageEvent, function(e) { if ( e.data === "redirect=todo" || e.message === "redirect=todo"){ - console.log("JONN"); - that.OnClickSidebarItem(that.getItemMenuByValue("page","inbox")); + that.OnClickSidebarItem(that.getItemMenuByValue("page","inbox")); } if ( e.data === "update=debugger" || e.message === "update=debugger"){ if(that.$refs["component"].updateView){