- Print is not public

- Public maps now are shared using REST
This commit is contained in:
Paulo Gustavo Veiga
2013-02-03 17:33:19 -03:00
parent 92849b02eb
commit 87ce3fc0a9
2 changed files with 5 additions and 1 deletions

View File

@@ -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'));