Fix cba reset on join. Change how the cba state is stored
This commit is contained in:
@@ -74,10 +74,9 @@ define([
|
||||
};
|
||||
|
||||
// Properties modal
|
||||
create['properties'] = function (data) {
|
||||
create['properties'] = function () {
|
||||
require(['/common/inner/properties.js'], function (Properties) {
|
||||
Properties.getPropertiesModal(common, {
|
||||
data: data,
|
||||
onClose: function () {
|
||||
hideIframe();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user