Space change gui fix.

This commit is contained in:
buddh4 2017-01-08 18:43:00 +01:00
parent fa48d0ef4f
commit 10aef47872

View File

@ -76,7 +76,7 @@ humhub.module('space', function (module, require, $) {
var init = function() {
if(!module.isSpacePage()) {
options = undefined;
module.options = undefined;
}
};