summaryrefslogtreecommitdiffstats
path: root/install/static/webui.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/webui.js')
-rw-r--r--install/static/webui.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/install/static/webui.js b/install/static/webui.js
index 964c8cf7..e5e5f57e 100644
--- a/install/static/webui.js
+++ b/install/static/webui.js
@@ -94,8 +94,9 @@ IPA.tab_state = function(entity_name){
}
}
}
-}
-
+ /*should never reach here*/
+ return null;
+};
/* main (document onready event handler) */