[open-ils-commits] [GIT] Evergreen ILS branch master updated. 81a71b098ddac1b621acb4b680edce841177e083

Evergreen Git git at git.evergreen-ils.org
Wed Apr 9 16:46:05 EDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, master has been updated
       via  81a71b098ddac1b621acb4b680edce841177e083 (commit)
      from  3d59a013070b41565e67398cb19d246095a05b3d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 81a71b098ddac1b621acb4b680edce841177e083
Author: Mike Rylander <mrylander at gmail.com>
Date:   Wed Apr 2 16:03:39 2014 -0400

    Reset the displayed mouse cursor
    
    Signed-off-by: Mike Rylander <mrylander at gmail.com>
    Signed-off-by: Remington Steed <rjs7 at calvin.edu>
    Signed-off-by: Dan Wells <dbw2 at calvin.edu>

diff --git a/Open-ILS/web/js/dojo/openils/widget/PhysCharWizard.js b/Open-ILS/web/js/dojo/openils/widget/PhysCharWizard.js
index daae2b1..8040ad5 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"));

-----------------------------------------------------------------------

Summary of changes:
 .../web/js/dojo/openils/widget/PhysCharWizard.js   |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list