From 7e65aeaa28c349e7310f21df95916f8f446d638c Mon Sep 17 00:00:00 2001 From: Gabriel Dutra Date: Fri, 20 Sep 2019 19:19:46 -0300 Subject: [PATCH] Revert "Force netlify" This reverts commit 741702cf9b9984e3c2fde5a6c2a9905ba2756569. --- client/app/components/app-header/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/components/app-header/index.js b/client/app/components/app-header/index.js index 42ff4771b8..8d1010d2ac 100644 --- a/client/app/components/app-header/index.js +++ b/client/app/components/app-header/index.js @@ -37,7 +37,7 @@ function controller($rootScope, $location, $route, $uibModal, Auth, currentUser, $rootScope.$on('reloadFavorites', this.reload); this.newDashboard = (e) => { - e.preventDefault(); // handle middle click (tmp) + e.preventDefault(); // handle middle click CreateDashboardDialog.showModal(); };