From f1802ae54de27464ec499dc9830f002120e0602e Mon Sep 17 00:00:00 2001 From: Shakeh Brys Date: Fri, 20 Oct 2017 11:18:20 -0700 Subject: [PATCH] change not found error message --- Gruntfile.js | 2 +- app/js/mms/directives/veNav.js | 2 +- app/partials/mms/select.html | 6 ++---- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index 776bceb99..6aacd762d 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -286,7 +286,7 @@ module.exports = function(grunt) { options: { publish: [{ id: 'gov.nasa.jpl:evm:zip', - version: '3.1.0', + version: '3.1.1', path: 'deploy/' }] } diff --git a/app/js/mms/directives/veNav.js b/app/js/mms/directives/veNav.js index b94a092d8..1a3c29356 100644 --- a/app/js/mms/directives/veNav.js +++ b/app/js/mms/directives/veNav.js @@ -89,7 +89,7 @@ function veNav($templateCache, $rootScope, $state, hotkeys, growl, $location, $u hotkeys.toggleCheatSheet(); }; scope.toggleAbout = function() { - scope.veV = '3.1.0'; + scope.veV = '3.1.1'; scope.mmsV = 'Loading...'; ApplicationService.getMmsVersion().then(function(data) { scope.mmsV = data; diff --git a/app/partials/mms/select.html b/app/partials/mms/select.html index 6eae4d448..54a82763b 100644 --- a/app/partials/mms/select.html +++ b/app/partials/mms/select.html @@ -1,11 +1,9 @@