From 382161b6dabe6ab8eefd5b334a03cf129b20d070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 4 Aug 2015 22:17:22 +0200 Subject: [PATCH] Fixed error with variables --- static/js/remotecontroller.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/remotecontroller.js b/static/js/remotecontroller.js index 0dc26ac6..fe6ed067 100755 --- a/static/js/remotecontroller.js +++ b/static/js/remotecontroller.js @@ -25,9 +25,9 @@ $(document).ready(function (){ + git_info[0].commit.message+" -1; - var isInstalled = chrome.app.isInstalled; + var installed = chrome.app.isInstalled; - if (chrome && !isInstalled) + if (chrome && !installed) Materialize.toast("Install the extension!", 100000); window.installRemote = installRemote;