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;