summaryrefslogtreecommitdiffstats
path: root/install/ui/navigation.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/navigation.js')
-rw-r--r--install/ui/navigation.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/navigation.js b/install/ui/navigation.js
index 837cef180..379573910 100644
--- a/install/ui/navigation.js
+++ b/install/ui/navigation.js
@@ -88,7 +88,7 @@ IPA.navigation = function(spec) {
};
that.get_state = function(key) {
- return $.bbq.getState(key, true);
+ return $.bbq.getState(key);
};
that.remove_state = function(key) {