Commit c6b94c07 authored by Alexander.Trofimov's avatar Alexander.Trofimov Committed by Alexander.Trofimov

git-svn-id: svn://192.168.3.15/activex/AVS/Sources/TeamlabOffice/trunk/OfficeWeb@47079 954022d7-b5bf-4e40-9824-e11837661b57
parent 19633769
......@@ -1984,7 +1984,7 @@
if (!chart) // selected image
return;
$("#chartSelector").css("visibility", "visible");
$("#chartSelector").dialog({ autoOpen: false, closeOnEscape: false, height: 'auto', width: 400,
$("#chartSelector").dialog({ autoOpen: false, closeOnEscape: true, height: 'auto', width: 400,
resizable: false, modal: true, title: "Chart properties", draggable: true,
open: function() {
......@@ -2112,7 +2112,7 @@
// Images
function showImageUrlDialog() {
$("#imageSelector").css("visibility", "visible");
$("#imageSelector").dialog({ autoOpen: false, closeOnEscape: false, height: 160, width: 400,
$("#imageSelector").dialog({ autoOpen: false, closeOnEscape: true, height: 160, width: 400,
resizable: false, modal: true, title: "Add image", draggable: true,
open: function() {
$("#imageSelectorUrl").val("");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment