diff --git a/xCAT-UI/js/guide/guide.js b/xCAT-UI/js/guide/guide.js
deleted file mode 100644
index a6c7ccf3d..000000000
--- a/xCAT-UI/js/guide/guide.js
+++ /dev/null
@@ -1,16 +0,0 @@
-function loadGuidePage(){
- //create guide tab
- var tab = new Tab();
- tab.init();
- $('#content').append(tab.object());
-
- //add the help content
- var helpForm = $('
');
- helpForm.append('' +
- '');
- tab.add('monitorTab', 'Guide', helpForm, false);
-}
\ No newline at end of file