kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
Update Img Path
rodzic
3964459c92
commit
63f22d31cb
Przed Szerokość: | Wysokość: | Rozmiar: 14 KiB Po Szerokość: | Wysokość: | Rozmiar: 14 KiB |
|
@ -1006,7 +1006,7 @@
|
|||
</ul></small>
|
||||
<hr>
|
||||
<center>
|
||||
<img src="img/surfacing/diameter.png" alt="diameter" border="0" style="max-width: calc(100% - 10px); ">
|
||||
<img src="img/surfacing/wizard1.png" alt="diameter" border="0" style="max-width: calc(100% - 10px); ">
|
||||
</center>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -5,7 +5,7 @@ var isJogWidget = false;
|
|||
function getChangelog() {
|
||||
$("#changelog").empty()
|
||||
var template2 = `<ul>`
|
||||
$.get("https://raw.githubusercontent.com/OpenBuilds/SW-Machine-Drivers/master/CHANGELOG.txt?date=" + new Date().getTime(), function(data) {
|
||||
$.get("https://raw.githubusercontent.com/OpenBuilds/OpenBuilds-CONTROL/master/CHANGELOG.txt?date=" + new Date().getTime(), function(data) {
|
||||
var lines = data.split('\n');
|
||||
if (lines.length < 7) {
|
||||
var count = lines.length - 1
|
||||
|
|
|
@ -8,7 +8,7 @@ function checkUpdate() {
|
|||
setTimeout(function() {
|
||||
// console.log('checking for update')
|
||||
printLog("<span class='fg-red'>[ update ] </span><span class='fg-green'>Checking for Updates</span>")
|
||||
$.getJSON("https://api.github.com/repos/OpenBuilds/SW-Machine-Drivers/releases/latest?client_id=fbbb80debc1197222169&client_secret=7dc6e463422e933448f9a3a4150c8d2bbdd0f87c").done(function(release) {
|
||||
$.getJSON("https://api.github.com/repos/OpenBuilds/OpenBuilds-CONTROL/releases/latest?client_id=fbbb80debc1197222169&client_secret=7dc6e463422e933448f9a3a4150c8d2bbdd0f87c").done(function(release) {
|
||||
var availVersion = release.name.substr(1)
|
||||
var currentVersion = laststatus.driver.version
|
||||
// console.log(versionCompare(availVersion, currentVersion), availVersion, currentVersion);
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
owner: OpenBuilds
|
||||
repo: SW-Machine-Drivers
|
||||
repo: OpenBuilds-CONTROL
|
||||
provider: github
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
"keywords": [
|
||||
"usb"
|
||||
],
|
||||
"repository": "https://github.com/OpenBuilds/SW-Machine-Drivers",
|
||||
"repository": "https://github.com/OpenBuilds/OpenBuilds-CONTROL",
|
||||
"build": {
|
||||
"icon": "build/icon.icns",
|
||||
"appId": "openbuilds.projectmakr",
|
||||
|
|
Ładowanie…
Reference in New Issue