From 3162d6f52913964c8a64178657f235bab49c0788 Mon Sep 17 00:00:00 2001 From: fkloft Date: Mon, 6 Jan 2014 18:17:33 +0100 Subject: [PATCH] Disabled inputs are unselectable in Firefox. Change to readonly --- plugins/bookmarks-by-zaso.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bookmarks-by-zaso.user.js b/plugins/bookmarks-by-zaso.user.js index 8fd4ee54..23e352b6 100644 --- a/plugins/bookmarks-by-zaso.user.js +++ b/plugins/bookmarks-by-zaso.user.js @@ -538,7 +538,7 @@ return androidCopy(localStorage[window.plugin.bookmarks.KEY_STORAGE]); } else { dialog({ - html: '

Select all and press CTRL+C to copy it.

', + html: '

Select all and press CTRL+C to copy it.

', dialogClass: 'ui-dialog-bkmrksSet-copy', title: 'Bookmarks Export' });