projects
/
evergreen
/
pines.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d59a01
)
Reset the displayed mouse cursor
author
Mike Rylander
<mrylander@gmail.com>
Wed, 2 Apr 2014 20:03:39 +0000
(16:03 -0400)
committer
Dan Wells
<dbw2@calvin.edu>
Wed, 9 Apr 2014 20:44:47 +0000
(16:44 -0400)
Signed-off-by: Mike Rylander <mrylander@gmail.com>
Signed-off-by: Remington Steed <rjs7@calvin.edu>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/web/js/dojo/openils/widget/PhysCharWizard.js
patch
|
blob
|
history
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
(file)
--- 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"));