From e8993932c1928c63dd1a501c2ea69cfcf337b920 Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 22 Jul 2013 21:56:33 +0200 Subject: [PATCH] Check isMac function --- couchpotato/static/scripts/couchpotato.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/couchpotato/static/scripts/couchpotato.js b/couchpotato/static/scripts/couchpotato.js index db90c30..fdc9bd1 100644 --- a/couchpotato/static/scripts/couchpotato.js +++ b/couchpotato/static/scripts/couchpotato.js @@ -56,6 +56,10 @@ History.push(url); } }, + + isMac: function(){ + return Browser.Platform.mac + }, createLayout: function(){ var self = this;