summaryrefslogtreecommitdiffstats
path: root/install/ui/ipa.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/ipa.js')
-rw-r--r--install/ui/ipa.js15
1 files changed, 0 insertions, 15 deletions
diff --git a/install/ui/ipa.js b/install/ui/ipa.js
index db60326e4..83b25e509 100644
--- a/install/ui/ipa.js
+++ b/install/ui/ipa.js
@@ -185,21 +185,6 @@ var IPA = ( function () {
return true;
};
- that.show_page = function(entity_name, facet_name, pkey) {
- if (!IPA.test_dirty()) {
- return;
- }
-
- var state = {};
-
- if (pkey) {
- state[entity_name + '-pkey'] = pkey;
- }
-
- state[entity_name + '-facet'] = facet_name;
- $.bbq.pushState(state);
- };
-
that.display_activity_icon = function() {
that.network_call_count++;
$('.network-activity-indicator').css('display','inline');