Update Img Path

pull/110/head
openbuilds-engineer 2019-05-06 19:10:44 +02:00
rodzic 3964459c92
commit 63f22d31cb
6 zmienionych plików z 5 dodań i 5 usunięć

Wyświetl plik

Przed

Szerokość:  |  Wysokość:  |  Rozmiar: 14 KiB

Po

Szerokość:  |  Wysokość:  |  Rozmiar: 14 KiB

Wyświetl plik

@ -1006,7 +1006,7 @@
</ul></small> </ul></small>
<hr> <hr>
<center> <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> </center>
</div> </div>
</div> </div>

Wyświetl plik

@ -5,7 +5,7 @@ var isJogWidget = false;
function getChangelog() { function getChangelog() {
$("#changelog").empty() $("#changelog").empty()
var template2 = `<ul>` 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'); var lines = data.split('\n');
if (lines.length < 7) { if (lines.length < 7) {
var count = lines.length - 1 var count = lines.length - 1

Wyświetl plik

@ -8,7 +8,7 @@ function checkUpdate() {
setTimeout(function() { setTimeout(function() {
// console.log('checking for update') // console.log('checking for update')
printLog("<span class='fg-red'>[ update ] </span><span class='fg-green'>Checking for Updates</span>") 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 availVersion = release.name.substr(1)
var currentVersion = laststatus.driver.version var currentVersion = laststatus.driver.version
// console.log(versionCompare(availVersion, currentVersion), availVersion, currentVersion); // console.log(versionCompare(availVersion, currentVersion), availVersion, currentVersion);

Wyświetl plik

@ -1,3 +1,3 @@
owner: OpenBuilds owner: OpenBuilds
repo: SW-Machine-Drivers repo: OpenBuilds-CONTROL
provider: github provider: github

Wyświetl plik

@ -35,7 +35,7 @@
"keywords": [ "keywords": [
"usb" "usb"
], ],
"repository": "https://github.com/OpenBuilds/SW-Machine-Drivers", "repository": "https://github.com/OpenBuilds/OpenBuilds-CONTROL",
"build": { "build": {
"icon": "build/icon.icns", "icon": "build/icon.icns",
"appId": "openbuilds.projectmakr", "appId": "openbuilds.projectmakr",