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.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/install/ui/navigation.js b/install/ui/navigation.js
index a4ad2898..502b0549 100644
--- a/install/ui/navigation.js
+++ b/install/ui/navigation.js
@@ -263,6 +263,10 @@ IPA.navigation = function(spec) {
return that.push_state(state);
};
+ that.show_top_level_page = function() {
+ jQuery.bbq.pushState({}, 2);
+ };
+
that.get_tab_facet = function(tab_name) {
var facet = null;