From 6e7ad79ff0a055481eaaca00f286cb3e1396ee0d Mon Sep 17 00:00:00 2001 From: james Date: Mon, 30 May 2011 14:12:32 -0400 Subject: [PATCH] CC-2064:Drag and drop should have a hand cursor Fixed --- airtime_mvc/public/js/airtime/library/library.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/airtime_mvc/public/js/airtime/library/library.js b/airtime_mvc/public/js/airtime/library/library.js index a748f7eb6..e40e25fa7 100644 --- a/airtime_mvc/public/js/airtime/library/library.js +++ b/airtime_mvc/public/js/airtime/library/library.js @@ -74,7 +74,8 @@ function addLibraryItemEvents() { $('#library_display tr[id ^= "au"]') .draggable({ - helper: 'clone' + helper: 'clone', + cursor: 'pointer' }); $('#library_display tbody tr')