diff --git a/docs/docs/js/common.js b/docs/docs/js/common.js index b8d08e4a..2d31bdb4 100644 --- a/docs/docs/js/common.js +++ b/docs/docs/js/common.js @@ -280,9 +280,6 @@ function addInternalPlugins(plugins, docsList = []) { if (uiIndexes[0] != "ui") uiItem.attr('href', uiIndexes[0]); else if (plugins.UI) uiItem.hide(); else uiItem.attr('href', uiIndexes[1]); - - if (plugins.Music) $("ul#native > li:contains(Music)").hide(); - else $("ul#native > li:contains(Music)").show(); } //Dynamically create plugins page. diff --git a/docs/docs/js/update.js b/docs/docs/js/update.js index 11f9b3c7..39a4dbb2 100644 --- a/docs/docs/js/update.js +++ b/docs/docs/js/update.js @@ -111,8 +111,8 @@ function ExtractLang(file) { if (!app.FolderExists(sourceDir)) return app.ShowPopup("Latest not found."); - app.ShowProgress("Removing old " + name); - app.ListFolder(sourceDir).forEach(function (d) { app.DeleteFolder(docsPath + name + "/" + d) }); + // app.ShowProgress("Removing old " + name); + // app.ListFolder(sourceDir).forEach(function (d) { app.DeleteFolder(docsPath + name + "/" + d) }); app.ShowProgress("Copying new " + name); app.ListFolder(sourceDir).forEach(function (d) { app.RenameFolder(sourceDir + "/" + d, docsPath + name + "/" + d) }); diff --git a/docs/docs/latest/js/common.js b/docs/docs/latest/js/common.js index b8d08e4a..2d31bdb4 100644 --- a/docs/docs/latest/js/common.js +++ b/docs/docs/latest/js/common.js @@ -280,9 +280,6 @@ function addInternalPlugins(plugins, docsList = []) { if (uiIndexes[0] != "ui") uiItem.attr('href', uiIndexes[0]); else if (plugins.UI) uiItem.hide(); else uiItem.attr('href', uiIndexes[1]); - - if (plugins.Music) $("ul#native > li:contains(Music)").hide(); - else $("ul#native > li:contains(Music)").show(); } //Dynamically create plugins page. diff --git a/docs/docs/latest/js/update.js b/docs/docs/latest/js/update.js index 11f9b3c7..39a4dbb2 100644 --- a/docs/docs/latest/js/update.js +++ b/docs/docs/latest/js/update.js @@ -111,8 +111,8 @@ function ExtractLang(file) { if (!app.FolderExists(sourceDir)) return app.ShowPopup("Latest not found."); - app.ShowProgress("Removing old " + name); - app.ListFolder(sourceDir).forEach(function (d) { app.DeleteFolder(docsPath + name + "/" + d) }); + // app.ShowProgress("Removing old " + name); + // app.ListFolder(sourceDir).forEach(function (d) { app.DeleteFolder(docsPath + name + "/" + d) }); app.ShowProgress("Copying new " + name); app.ListFolder(sourceDir).forEach(function (d) { app.RenameFolder(sourceDir + "/" + d, docsPath + name + "/" + d) }); diff --git a/files/docs-base/js/common.js b/files/docs-base/js/common.js index b8d08e4a..2d31bdb4 100644 --- a/files/docs-base/js/common.js +++ b/files/docs-base/js/common.js @@ -280,9 +280,6 @@ function addInternalPlugins(plugins, docsList = []) { if (uiIndexes[0] != "ui") uiItem.attr('href', uiIndexes[0]); else if (plugins.UI) uiItem.hide(); else uiItem.attr('href', uiIndexes[1]); - - if (plugins.Music) $("ul#native > li:contains(Music)").hide(); - else $("ul#native > li:contains(Music)").show(); } //Dynamically create plugins page. diff --git a/files/docs-base/js/update.js b/files/docs-base/js/update.js index 11f9b3c7..39a4dbb2 100644 --- a/files/docs-base/js/update.js +++ b/files/docs-base/js/update.js @@ -111,8 +111,8 @@ function ExtractLang(file) { if (!app.FolderExists(sourceDir)) return app.ShowPopup("Latest not found."); - app.ShowProgress("Removing old " + name); - app.ListFolder(sourceDir).forEach(function (d) { app.DeleteFolder(docsPath + name + "/" + d) }); + // app.ShowProgress("Removing old " + name); + // app.ListFolder(sourceDir).forEach(function (d) { app.DeleteFolder(docsPath + name + "/" + d) }); app.ShowProgress("Copying new " + name); app.ListFolder(sourceDir).forEach(function (d) { app.RenameFolder(sourceDir + "/" + d, docsPath + name + "/" + d) });