Change symblink to moootols
Add editor issue.
This commit is contained in:
@@ -22,7 +22,7 @@ var Overlay = new Class({
|
||||
|
||||
options: {
|
||||
id: 'overlay',
|
||||
color: '#000',
|
||||
color: '#000000',
|
||||
duration: 500,
|
||||
opacity: 0.8,
|
||||
zIndex: 5000/*,
|
||||
|
@@ -191,7 +191,7 @@ mindplot.widget.Menu = new Class({
|
||||
this._registerTooltip('fontColor', "Text color");
|
||||
|
||||
|
||||
this._addButton('export', false, false, "Export", function() {
|
||||
this._addButton('export', false, false, function() {
|
||||
var reqDialog = new MooDialog.Request('c/export.htm?mapId=' + mapId, null,
|
||||
{'class': 'exportModalDialog',
|
||||
closeButton:true,
|
||||
|
Reference in New Issue
Block a user