Skip to content

Commit

Permalink
Merge pull request #1018 from ubports/oemunlock
Browse files Browse the repository at this point in the history
Oemunlock
  • Loading branch information
NeoTheThird authored Nov 13, 2019
2 parents 3c3d981 + 6d40a90 commit 426528f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ubports-installer",
"version": "0.4.8-beta",
"version": "0.4.9-beta",
"description": "The easy way to install Ubuntu Touch on UBports devices. A friendly cross-platform Installer for Ubuntu Touch. Just connect a supported device to your PC, follow the on-screen instructions and watch this awesome tool do all the rest.",
"keywords": [
"Ubuntu",
Expand Down
2 changes: 1 addition & 1 deletion src/html/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ html
// --- Modals ---
include modals/install
include modals/connection-lost
include modals/error
include modals/oem-lock
include modals/legacy-android
include modals/low-power
Expand All @@ -45,6 +44,7 @@ html
include modals/udev
include modals/windows-drivers
include modals/no-network
include modals/error
// --- Scripts ---
// Animated loading screen
script(src="scripts/particleground.js")
Expand Down
2 changes: 1 addition & 1 deletion src/html/modals/oem-lock.pug
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
});

$("#btn-unlock").click(() => {
event.sender.send("user:oem-lock:ok");
ipcRenderer.send("user:oem-lock:ok");
modals.hide('oem-lock');
$("#btn-unlock").attr("disabled", true);
$("#btn-exit").attr("disabled", true);
Expand Down

0 comments on commit 426528f

Please sign in to comment.