From c6392acb3618ae38280943612183eff4d0781597 Mon Sep 17 00:00:00 2001 From: fkloft Date: Thu, 3 Jul 2014 11:34:32 +0200 Subject: [PATCH] draw-tools: make dialog buttons tabbable --- plugins/draw-tools.user.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/draw-tools.user.js b/plugins/draw-tools.user.js index 42651397..fa533a5d 100644 --- a/plugins/draw-tools.user.js +++ b/plugins/draw-tools.user.js @@ -311,13 +311,13 @@ window.plugin.drawTools.manualOpt = function() { //TODO: add line style choosers: thickness, maybe dash styles? + '' + '
' - + 'Copy Drawn Items' - + 'Paste Drawn Items' + + 'Copy Drawn Items' + + 'Paste Drawn Items' + (window.requestFile != undefined - ? 'Import Drawn Items' : '') + ? 'Import Drawn Items' : '') + ((typeof android !== 'undefined' && android && android.saveFile) - ? 'Export Drawn Items' : '') - + 'Reset Drawn Items' + ? 'Export Drawn Items' : '') + + 'Reset Drawn Items' + '
'; dialog({