From 91e42f1518549b6e526db46007a408ed4c2fd3db Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 31 Jan 2018 12:11:10 +0100 Subject: [PATCH] Fix the bug introduced in the share modal fix --- www/common/common-interface.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/common/common-interface.js b/www/common/common-interface.js index c4e95ae63..f20bb4224 100644 --- a/www/common/common-interface.js +++ b/www/common/common-interface.js @@ -352,7 +352,6 @@ define([ if (!$(el).is(':visible')) { return; } $(el).click(); }, frame); - $(el).removeAttr('data-keys'); }); document.body.appendChild(frame); $(frame).focus();