web/data/cubicweb.htmlhelpers.js
changeset 10895 90c55e27aa87
parent 9821 2077c8da1893
--- a/web/data/cubicweb.htmlhelpers.js	Fri Nov 06 09:41:11 2015 +0100
+++ b/web/data/cubicweb.htmlhelpers.js	Fri Nov 13 14:29:48 2015 +0100
@@ -39,7 +39,7 @@
  */
 function resetCursor(result) {
     var body = document.getElementsByTagName('body')[0];
-    body.style.cursor = 'default';
+    body.style.cursor = '';
     // pass result to next callback in the callback chain
     return result;
 }