[javascript] remove redundant call (changing mouse shape)
authorAurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 18 Dec 2008 15:43:39 +0100
changeset 227 20d6de0fdcb1
parent 226 26eb9d72e722
child 228 27b958dc72ae
[javascript] remove redundant call (changing mouse shape)
web/data/cubicweb.ajax.js
--- a/web/data/cubicweb.ajax.js	Thu Dec 18 15:41:29 2008 +0100
+++ b/web/data/cubicweb.ajax.js	Thu Dec 18 15:43:39 2008 +0100
@@ -152,7 +152,6 @@
  * @param mode: rawremote or remote
  */
 function _async_exec(fname, funcargs, mode) {
-    setProgressCursor();
     var props = {'mode' : mode, 'fname' : fname, 'pageid' : pageid};
     var args = map(urlEncode, map(jQuery.toJSON, funcargs));
     args.unshift(''); // this is to be able to use join() directly