JBAS-1728 SCKO Focus login after contrast mode click
authorBill Erickson <berickxx@gmail.com>
Wed, 13 Dec 2017 23:03:33 +0000 (18:03 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/web/js/ui/kcls/circ/selfcheck/selfcheck.js

index 0284952..32b749f 100644 (file)
@@ -1821,6 +1821,8 @@ function swapStyleSheet(sheet1, sheet2) {
   } else {
     currentStyle.setAttribute('href', sheet2);
   }
+  setTimeout(function(){
+    dojo.byId('patron-login-username').focus()}, 100);
 }