From 210473e18c3106f31166ae45cd043b4bd4dd1a3f Mon Sep 17 00:00:00 2001 From: James Date: Thu, 3 May 2018 23:28:28 +1000 Subject: [PATCH] Fix conflicting fields/methods in Vue --- static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/index.html b/static/index.html index 902b0e9..304ddad 100644 --- a/static/index.html +++ b/static/index.html @@ -57,7 +57,7 @@

- + Uninstall

@@ -211,7 +211,7 @@ app.is_installing = false; app.is_finished = false; }, - "confirm_uninstall": function() { + "prepare_uninstall": function() { app.confirm_uninstall = true; }, "cancel_uninstall": function() {