- Print is not public
- Public maps now are shared using REST
This commit is contained in:
@@ -223,9 +223,10 @@ mindplot.widget.Menu = new Class({
|
||||
this._registerTooltip('export', $msg('EXPORT'));
|
||||
|
||||
this._addButton('print', false, false, function () {
|
||||
this.save(saveElem, designer, false);
|
||||
var baseUrl = window.location.href.substring(0, window.location.href.lastIndexOf("c/maps/"));
|
||||
window.open(baseUrl + 'c/maps/' + mapId + '/print');
|
||||
});
|
||||
}.bind(this));
|
||||
|
||||
this._registerTooltip('print', $msg('PRINT'));
|
||||
|
||||
|
Reference in New Issue
Block a user