[draw-tools] don't open dialog more than once

This commit is contained in:
fkloft
2015-02-21 14:01:09 +01:00
parent 9397171030
commit 227d1b18ac

View File

@ -334,6 +334,7 @@ window.plugin.drawTools.manualOpt = function() {
dialog({ dialog({
html: html, html: html,
id: 'plugin-drawtools-options',
dialogClass: 'ui-dialog-drawtoolsSet', dialogClass: 'ui-dialog-drawtoolsSet',
title: 'Draw Tools Options' title: 'Draw Tools Options'
}); });