aboutsummaryrefslogtreecommitdiffstats
path: root/include/ajaxupload.js
diff options
context:
space:
mode:
Diffstat (limited to 'include/ajaxupload.js')
-rw-r--r--include/ajaxupload.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/ajaxupload.js b/include/ajaxupload.js
index ef872b52f..992190bc1 100644
--- a/include/ajaxupload.js
+++ b/include/ajaxupload.js
@@ -160,9 +160,11 @@
left : box.left + 'px',
top : box.top + 'px',
width : from.offsetWidth + 'px',
- height : from.offsetHeight + 'px'
+ height : from.offsetHeight + 'px',
+ cursor : 'pointer'
});
to.title = from.title;
+
}
/**