From 825d59c2ded8d5b5992e74b7fb1f4c95bb24069d Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Fri, 7 Mar 2014 01:20:26 +0000 Subject: [PATCH] Trying both onfocus and onmouseover to accommodate ease of use on both desktop and mobile devices. --- app/extensions/extension_edit.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/extensions/extension_edit.php b/app/extensions/extension_edit.php index a7b6b800fb..04eadddff3 100644 --- a/app/extensions/extension_edit.php +++ b/app/extensions/extension_edit.php @@ -814,7 +814,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-password'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo " ".$text['description-password']."\n"; echo "\n"; @@ -920,7 +920,7 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) { echo " ".$text['label-vm_password'].":\n"; echo "\n"; echo "\n"; - echo " \n"; + echo " \n"; echo "
\n"; echo " ".$text['description-vm_password']."\n"; echo "\n";