You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2014/03/28 23:20:52 UTC

[04/17] minor css tweaks to embedded help and fix for if 25948route is null

http://git-wip-us.apache.org/repos/asf/incubator-usergrid/blob/d3017f28/portal/js/usergrid-dev.min.js
----------------------------------------------------------------------
diff --git a/portal/js/usergrid-dev.min.js b/portal/js/usergrid-dev.min.js
index f79f9dc..6611d35 100644
--- a/portal/js/usergrid-dev.min.js
+++ b/portal/js/usergrid-dev.min.js
@@ -1,4 +1,4 @@
-/*! usergrid@2.0.1 2014-03-27 */
+/*! usergrid@2.0.1 2014-03-28 */
 (function(exports, global) {
     global["true"] = exports;
     "use strict";
@@ -1188,11 +1188,11 @@
             exitOnEsc: true,
             nextLabel: "Next",
             prevLabel: "Back",
-            skipLabel: "Got It",
-            doneLabel: "Got it"
+            skipLabel: "Exit",
+            doneLabel: "Done"
         };
         $rootScope.$on("$routeChangeSuccess", function(event, current) {
-            var path = current.$$route.originalPath;
+            var path = current.$$route ? current.$$route.originalPath : null;
             if (path == "/org-overview") {
                 $rootScope.help.showHelpButtons = true;
                 getHelpJson(path).success(function(json) {