Browse Source

Check isMac function

pull/1980/merge
Ruud 12 years ago
parent
commit
e8993932c1
  1. 4
      couchpotato/static/scripts/couchpotato.js

4
couchpotato/static/scripts/couchpotato.js

@ -56,6 +56,10 @@
History.push(url);
}
},
isMac: function(){
return Browser.Platform.mac
},
createLayout: function(){
var self = this;

Loading…
Cancel
Save