diff options
author | Papoteur <papoteur@mageia.org> | 2021-03-11 19:04:47 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2021-03-11 19:04:47 +0100 |
commit | 58af1f45668123bcf15882366fd5820067c13147 (patch) | |
tree | cf5bd0e65a1d20381b45c8079111125fbbfeca58 /netinstall/8/el/content/search/htmlFileList.js | |
parent | d21f1a1769a978107bb342fe7572a65c3380107c (diff) | |
download | doc-58af1f45668123bcf15882366fd5820067c13147.tar doc-58af1f45668123bcf15882366fd5820067c13147.tar.gz doc-58af1f45668123bcf15882366fd5820067c13147.tar.bz2 doc-58af1f45668123bcf15882366fd5820067c13147.tar.xz doc-58af1f45668123bcf15882366fd5820067c13147.zip |
Adding or refreshing netinstall in el
Diffstat (limited to 'netinstall/8/el/content/search/htmlFileList.js')
-rw-r--r-- | netinstall/8/el/content/search/htmlFileList.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/netinstall/8/el/content/search/htmlFileList.js b/netinstall/8/el/content/search/htmlFileList.js new file mode 100644 index 00000000..d46ab75c --- /dev/null +++ b/netinstall/8/el/content/search/htmlFileList.js @@ -0,0 +1,5 @@ +//List of files which are indexed. +fl = new Array(); +fl["0"]= "ar01s01.html"; +fl["1"]= "netStageTwo.html"; +fl["2"]= "ar01s02.html"; |