- Fix security issues when the map is loaded from the rest service. Two URL has been defined for each type of access.
This commit is contained in:
@@ -99,7 +99,7 @@ mindplot.widget.LinkEditor = new Class({
|
||||
});
|
||||
openButton.inject(form);
|
||||
openButton.addEvent('click',function(){
|
||||
window.open(input.value,"_blank", "status=1,width=700,height=450,resize=1");
|
||||
window.open(input.value,"_blank", "status=1,width=700,height=450,resizable=1");
|
||||
});
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user