facebook page link and logging

This commit is contained in:
Peter Cottle 2013-07-27 15:05:23 -07:00
parent 740a94ccf6
commit af3d440874
10 changed files with 59 additions and 7 deletions

View file

@ -27,7 +27,8 @@ exports.levelSequences = {
]
};
if (window.location && window.location.href.indexOf('showRemote') !== -1) {
if (typeof window !== 'undefined' && window.location &&
window.location.href.indexOf('showRemote') !== -1) {
exports.levelSequences.remote = [
require('../../levels/remote/clone').level
];