From 227d1b18ac3bbe282744b875e09be56a3b6a8b27 Mon Sep 17 00:00:00 2001 From: fkloft Date: Sat, 21 Feb 2015 14:01:09 +0100 Subject: [PATCH] [draw-tools] don't open dialog more than once --- plugins/draw-tools.user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/draw-tools.user.js b/plugins/draw-tools.user.js index f7b486b4..83a2f8c2 100644 --- a/plugins/draw-tools.user.js +++ b/plugins/draw-tools.user.js @@ -334,6 +334,7 @@ window.plugin.drawTools.manualOpt = function() { dialog({ html: html, + id: 'plugin-drawtools-options', dialogClass: 'ui-dialog-drawtoolsSet', title: 'Draw Tools Options' });