From: Mike Rylander Date: Wed, 2 Apr 2014 20:03:39 +0000 (-0400) Subject: Reset the displayed mouse cursor X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=81a71b098ddac1b621acb4b680edce841177e083;p=evergreen%2Fpines.git Reset the displayed mouse cursor Signed-off-by: Mike Rylander Signed-off-by: Remington Steed Signed-off-by: Dan Wells --- diff --git a/Open-ILS/web/js/dojo/openils/widget/PhysCharWizard.js b/Open-ILS/web/js/dojo/openils/widget/PhysCharWizard.js index daae2b1d4c..8040ad57d3 100644 --- a/Open-ILS/web/js/dojo/openils/widget/PhysCharWizard.js +++ b/Open-ILS/web/js/dojo/openils/widget/PhysCharWizard.js @@ -441,6 +441,7 @@ if (!dojo._hasResource["openils.widget.PhysCharWizard"]) { var vbox = this.container_node.appendChild( document.createElement("vbox") ); + vbox.setAttribute( "style", "cursor: default;" ); var top_hbox = vbox.appendChild(document.createElement("hbox"));