@ -28,7 +28,7 @@
can be shared with another user. On mobile devices,
the link of the form can be posted to Whatsapp.
""",
"version": "11.0.1.0.3",
"version": "11.0.1.0.4",
"category": "Extra Tools",
"license": "AGPL-3",
"website": "http://www.mukit.at",
@ -44,7 +44,9 @@ FormRenderer.include({
var self = this;
var _super = this._super.apply(this, arguments);
_super.then(function() {
if(self.mode === 'readonly') {
self._renderShareButton();
}
});
return _super;
},