diff options
Diffstat (limited to 'content/search/htmlFileList.js')
-rw-r--r-- | content/search/htmlFileList.js | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/content/search/htmlFileList.js b/content/search/htmlFileList.js deleted file mode 100644 index 2cff2761..00000000 --- a/content/search/htmlFileList.js +++ /dev/null @@ -1,24 +0,0 @@ -//List of files which are indexed. -fl = new Array(); -fl["0"]= "exitInstall.html"; -fl["1"]= "formatPartitions.html"; -fl["2"]= "diskdrake.html"; -fl["3"]= "setupX.html"; -fl["4"]= "selectLanguage.html"; -fl["5"]= "installer.html"; -fl["6"]= "selectKeyboard.html"; -fl["7"]= "installUpdates.html"; -fl["8"]= "setupBootloaderBeginner.html"; -fl["9"]= "ask_mntpoint_s.html"; -fl["10"]= "setupBootloaderExpert.html"; -fl["11"]= "addUser.html"; -fl["12"]= "choosePackages.html"; -fl["13"]= "acceptLicense.html"; -fl["14"]= "takeOverHdChoose.html"; -fl["15"]= "selectInstallClass.html"; -fl["16"]= "setupSCSI.html"; -fl["17"]= "resizeFATChoose.html"; -fl["18"]= "misc-params.html"; -fl["19"]= "doPartitionDisks.html"; -fl["20"]= "takeOverHdConfirm.html"; -fl["21"]= "selectMouse.html"; |