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;