@@ -61,7 +61,7 @@
|
||||
<body class="logged-in env-production page-responsive" style="word-wrap: break-word">
|
||||
<div class="application-main left-0 text-left p-3 mx-auto container-xl px-3 px-md-4 px-lg-5 mt-4">
|
||||
<pre id="logo">
|
||||
<img src="https://raw.githubusercontent.com/AuxXxilium/arc/main/docs/arc_loader.png" width="22%">
|
||||
<img src="https://raw.githubusercontent.com/AuxXxilium/arc/page/docs/arc_loader.png" width="22%">
|
||||
</pre>
|
||||
<div class="form-group mt-1 mb-2 ">
|
||||
<div class="form-group-header">
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
}
|
||||
|
||||
function init() {
|
||||
httpGetAsync("https://raw.githubusercontent.com/AuxXxilium/arc/main/docs/models.json", function (result) {
|
||||
httpGetAsync("https://raw.githubusercontent.com/AuxXxilium/arc/page/docs/models.json", function (result) {
|
||||
_modules = JSON.parse(result);
|
||||
$("#model").on("change", changeModel);
|
||||
setModels();
|
||||
@@ -108,7 +108,7 @@
|
||||
|
||||
function changeAddons() {
|
||||
var model = $("#model").val();
|
||||
httpGetAsync("https://raw.githubusercontent.com/AuxXxilium/arc/main/docs/addons.json", function (result) {
|
||||
httpGetAsync("https://raw.githubusercontent.com/AuxXxilium/arc/page/docs/addons.json", function (result) {
|
||||
var addons = JSON.parse(result);
|
||||
var selectedAddons = addons[model];
|
||||
$("#addons")[0].options.length = 0;
|
||||
@@ -152,7 +152,7 @@
|
||||
<body class="logged-in env-production page-responsive" style="word-wrap: break-word">
|
||||
<div class="application-main left-0 text-left p-3 mx-auto container-xl px-3 px-md-4 px-lg-5 mt-4">
|
||||
<pre id="logo">
|
||||
<img src="https://raw.githubusercontent.com/AuxXxilium/arc/main/docs/arc_loader.png" width="22%">
|
||||
<img src="https://raw.githubusercontent.com/AuxXxilium/arc/page/docs/arc_loader.png" width="22%">
|
||||
</pre>
|
||||
<div class="image" id="products" style="height: 50px; margin-left: 100px;">
|
||||
<img src="https://www.synology.com/img/products/detail/SA6400/heading.png" width="20%">
|
||||
|
||||
Reference in New Issue
Block a user