From 2cdf3a79e584aa7e7acf8e2f31bede2b43bbbc0d Mon Sep 17 00:00:00 2001 From: Scott Date: Mon, 17 Oct 2016 21:33:25 +1100 Subject: [PATCH] Fixes deleted about page references --- web/app/app.js | 1 - web/app/index.html | 1 - 2 files changed, 2 deletions(-) diff --git a/web/app/app.js b/web/app/app.js index 4c94a076..db77ad3e 100644 --- a/web/app/app.js +++ b/web/app/app.js @@ -6,7 +6,6 @@ angular.module('myApp', [ 'ui-notification', 'myApp.home', 'myApp.wallets', - 'myApp.about', 'myApp.settings', 'myApp.version' ]). diff --git a/web/app/index.html b/web/app/index.html index 2ad53cbd..cde46e6a 100644 --- a/web/app/index.html +++ b/web/app/index.html @@ -59,7 +59,6 @@ -